Skip to content

Commit 5046a9b

Browse files
authored
fix(synthetics): include auto-delete-underlying-resources in package (#27096)
The source code in `custom-resource-handlers` was not included in the `npm pack` and thus unavailable to customers. This PR includes it. Tested by running `npm pack` and confirming its existence and also testing it the resulting package on a local cdk app. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4942658 commit 5046a9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@aws-cdk/aws-synthetics-alpha/.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ tsconfig.json
2121

2222
.eslintrc.js
2323
jest.config.js
24+
2425
# exclude cdk artifacts
2526
**/cdk.out
2627
junit.xml
2728
test/
2829
!*.lit.ts
2930
**/*.snapshot
31+
32+
# include custom-resource-handlers
33+
!custom-resource-handlers/*

0 commit comments

Comments
 (0)