https://github.com/sst/sst-cdk
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://github.com/sst/sst-cdk
Last synced: 3 months ago
JSON representation
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
- Host: GitHub
- URL: https://github.com/sst/sst-cdk
- Owner: sst
- License: apache-2.0
- Fork: true (aws/aws-cdk)
- Created: 2020-07-27T19:48:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T11:57:03.000Z (over 2 years ago)
- Last Synced: 2025-07-01T01:49:04.209Z (3 months ago)
- Language: TypeScript
- Homepage: https://aws.amazon.com/cdk
- Size: 121 MB
- Stars: 25
- Watchers: 1
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# sst-cdk [](https://www.npmjs.com/package/sst-cdk)
sst-cdk is a lightweight fork of [AWS CDK](https://aws.amazon.com/cdk/). It's used internally in [SST](https://github.com/serverless-stack/serverless-stack).
It allows SST to call specific CDK CLI methods programmatically. Instead of using the CLI.
## Versioning
Versions are kept in sync with AWS CDK releases. With additional updates released as release candidates. For example, `1.61.0-rc.4` is the 4th internal release after merging with AWS CDK `1.61.0`.