Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Related articles

LocalStack

To run LocalStack in this project:

$ docker-compose up

To use AWS Secrets manager secret with the application, go to the scripts directory and run:

$ ./create_secret.sh

That creates a secret for api.key property of the application. Without that, the application defaults to testKey value and on test to fakeApiKey value.

After that you can access the LocalStack environment on http://localhost:4566. For example, to get list of secrets:

$ aws --endpoint-url=http://localhost:4566 --region=eu-central-1 secretsmanager list-secrets