Skip to content

Commit

Permalink
fix(synthetics): include auto-delete-underlying-resources in package (#…
Browse files Browse the repository at this point in the history
…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*
  • Loading branch information
kaizencc committed Sep 11, 2023
1 parent 4942658 commit 5046a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-synthetics-alpha/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ tsconfig.json

.eslintrc.js
jest.config.js

# exclude cdk artifacts
**/cdk.out
junit.xml
test/
!*.lit.ts
**/*.snapshot

# include custom-resource-handlers
!custom-resource-handlers/*

0 comments on commit 5046a9b

Please sign in to comment.