Skip to content

Commit dd00d05

Browse files
authored
feat(synthetics): graduate to stable 🚀 (#27305)
We are excited to graduate the `@aws-cdk/aws-synthetics-alpha` module to STABLE. It now lives on as `aws-cdk-lib/aws-synthetics`. **Deprecated properties removed**: - Runtimes before `SYNTHETICS_NODEJS_PUPPETEER_3_5` have been removed from the stable module. Use a later version instead. - `enableAutoDeleteLambdas` has been removed from the stable module. Use `cleanup: Cleanup.LAMBDA` instead, which achieves the same affect via custom resource. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 68895ff commit dd00d05

File tree

67 files changed

+394
-902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+394
-902
lines changed

packages/@aws-cdk-testing/framework-integ/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ junit.xml
99
coverage
1010
nyc.config.js
1111

12+
!test/aws-synthetics/test/canaries/**/*
13+
14+
1215
!**/*.snapshot/**/asset.*/*.js
1316
!**/*.snapshot/**/asset.*/*.d.ts
1417

0 commit comments

Comments
 (0)