To run LocalStack in this project:
$ docker-compose upTo use AWS Secrets manager secret with the application, go to the scripts directory and run:
$ ./create_secret.shThat 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