Skip to content

Commit

Permalink
chore(synthetics): delete alpha module (#27441)
Browse files Browse the repository at this point in the history
#27394 added back the synthetics module for CDK release v2.100.0 due to an issue with the peer dependencies that has since been fixed. Since synthetics is stabilized, the alpha module can be safely deleted now.

I downloaded `@aws-cdk/aws-synthetics-alpha` version `2.100.0-alpha.0` and confirmed that its `package.json` included the correct peer dependencies with the caret:

```json
  "peerDependencies": {
    "aws-cdk-lib": "^2.100.0",
    "constructs": "^10.0.0"
  },
```

----

*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 Oct 9, 2023
1 parent 3899f15 commit c9d852a
Show file tree
Hide file tree
Showing 58 changed files with 0 additions and 48,234 deletions.
8 changes: 0 additions & 8 deletions packages/@aws-cdk/aws-synthetics-alpha/.eslintrc.js

This file was deleted.

28 changes: 0 additions & 28 deletions packages/@aws-cdk/aws-synthetics-alpha/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions packages/@aws-cdk/aws-synthetics-alpha/.npmignore

This file was deleted.

201 changes: 0 additions & 201 deletions packages/@aws-cdk/aws-synthetics-alpha/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-synthetics-alpha/NOTICE

This file was deleted.

Loading

0 comments on commit c9d852a

Please sign in to comment.