MatejNedic b01ae16049 Fix samples (#43) | 3 年之前 | |
---|---|---|
.. | ||
bin | 3 年之前 | |
lib | 3 年之前 | |
README.md | 3 年之前 | |
cdk.json | 3 年之前 | |
jest.config.js | 3 年之前 | |
package.json | 3 年之前 | |
tsconfig.json | 3 年之前 |
Infrastructure code to run Spring Cloud AWS Secrets Manager Sample App based on AWS CDK
npm install
cdk synth
cdk deploy
Once you don't need the infrastructure anymore, it can be destroyed by calling:
cdk destroy
.