Maciej Walkowiak 3cb658999c Fixes logging for Parameter Store and Secrets Manager integrations (#229) 2 vuotta sitten
..
bin b01ae16049 Fix samples (#43) 3 vuotta sitten
lib 3cb658999c Fixes logging for Parameter Store and Secrets Manager integrations (#229) 2 vuotta sitten
README.md 210636ff38 Upgrade CDK to 1.143.0. (#226) 2 vuotta sitten
cdk.json 833f2b7e34 Add Secrets Manager sample. (#27) 3 vuotta sitten
jest.config.js 833f2b7e34 Add Secrets Manager sample. (#27) 3 vuotta sitten
package.json 210636ff38 Upgrade CDK to 1.143.0. (#226) 2 vuotta sitten
tsconfig.json 833f2b7e34 Add Secrets Manager sample. (#27) 3 vuotta sitten

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.