File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
.devcontainer/docker-outside-of-docker Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Activate LocalStack Pro: https://docs.localstack.cloud/getting-started/auth-token/
2
+ LOCALSTACK_AUTH_TOKEN = ${ LOCALSTACK_AUTH_TOKEN:- } # required for Pro, not processed via template due to security reasons
3
+ LOCALSTACK_API_KEY = ${ LOCALSTACK_API_KEY:- }
4
+ # LocalStack configuration: https://docs.localstack.cloud/references/configuration/
5
+ ACTIVATE_PRO = true
6
+ DEBUG = true
7
+ LS_LOG = trace
8
+ PERSISTENCE = false
9
+ AWS_ENDPOINT_URL = http://localhost.localstack.cloud:4566
10
+ LOCALSTACK_HOST = localhost.localstack.cloud:4566
11
+ AUTO_LOAD_POD =
12
+ ENFORCE_IAM = false
13
+ AWS_REGION = us-east-1
14
+ AWS_DEFAULT_REGION = us-east-1
15
+ IMAGE_NAME = localstack/localstack-pro:latest
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ package-lock.json
11
11
/nosetests.xml
12
12
13
13
.env
14
+ ! .devcontainer /** /.env
14
15
venv
15
16
/.venv *
16
17
/.coverage
@@ -58,4 +59,4 @@ volume/
58
59
59
60
# lambda packages
60
61
lambdas /* /package /
61
- lambdas /* /lambda.zip
62
+ lambdas /* /lambda.zip
You can’t perform that action at this time.
0 commit comments