Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 508 Bytes

File metadata and controls

10 lines (6 loc) · 508 Bytes

service-cjs-ts-tsyringe

An example of a more complex long-running service that uses Config Dug and the AWS Secrets Manager plugin along with dependency injection with TSyringe

Usage

  1. Make sure you have CLI access to AWS and a secret named integration/config-dug-test/config
  2. npm run start

By default the secret will be refetched from AWS every 5 minutes. If you make any changes to the secret they should be reflected in the config within 5 minutes.