Maciej Walkowiak f4a2ca003e Migrate infrastructure in samples to Java variant of CDK (#313) | 2 years ago | |
---|---|---|
.. | ||
src | 2 years ago | |
README.md | 2 years ago | |
cdk.json | 2 years ago | |
pom.xml | 2 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
.