MatejNedic b01ae16049 Fix samples (#43) %!s(int64=3) %!d(string=hai) anos
..
bin b01ae16049 Fix samples (#43) %!s(int64=3) %!d(string=hai) anos
lib 833f2b7e34 Add Secrets Manager sample. (#27) %!s(int64=3) %!d(string=hai) anos
README.md 833f2b7e34 Add Secrets Manager sample. (#27) %!s(int64=3) %!d(string=hai) anos
cdk.json 833f2b7e34 Add Secrets Manager sample. (#27) %!s(int64=3) %!d(string=hai) anos
jest.config.js 833f2b7e34 Add Secrets Manager sample. (#27) %!s(int64=3) %!d(string=hai) anos
package.json 833f2b7e34 Add Secrets Manager sample. (#27) %!s(int64=3) %!d(string=hai) anos
tsconfig.json 833f2b7e34 Add Secrets Manager sample. (#27) %!s(int64=3) %!d(string=hai) anos

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

  • cdk synth
  • cdk deploy

Once you don't need the infrastructure anymore, it can be destroyed by calling:

  • cdk destroy.