Maciej Walkowiak 3cb658999c Fixes logging for Parameter Store and Secrets Manager integrations (#229) | 2 years ago | |
---|---|---|
.. | ||
bin | 3 years ago | |
lib | 2 years ago | |
README.md | 2 years ago | |
cdk.json | 3 years ago | |
jest.config.js | 3 years ago | |
package.json | 2 years ago | |
tsconfig.json | 3 years ago |
Infrastructure code to run Spring Cloud AWS Secrets Manager Sample App based on AWS CDK
npm install
npm run cdk synth
npm run cdk deploy
Once you don't need the infrastructure anymore, it can be destroyed by calling:
npm run cdk destroy
.