Maciej Walkowiak f4a2ca003e Migrate infrastructure in samples to Java variant of CDK (#313) 2 năm trước cách đây
..
src f4a2ca003e Migrate infrastructure in samples to Java variant of CDK (#313) 2 năm trước cách đây
README.md 210636ff38 Upgrade CDK to 1.143.0. (#226) 2 năm trước cách đây
cdk.json f4a2ca003e Migrate infrastructure in samples to Java variant of CDK (#313) 2 năm trước cách đây
pom.xml f4a2ca003e Migrate infrastructure in samples to Java variant of CDK (#313) 2 năm trước cách đây

README.md

Spring Cloud AWS Secrets Manager Sample App Infrastructure

Infrastructure code to run Spring Cloud AWS Secrets Manager Sample App based on AWS CDK

How to install

  • npm install

How to run

  • 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.