We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d4680 commit bf53c39Copy full SHA for bf53c39
bin/ephemeral.sh
@@ -11,7 +11,9 @@ echo "Creating ephemeral instance with name: $INSTANCE_NAME"
11
ENV_VARS_JSON=$(cat <<EOF
12
{
13
"LAMBDA_KEEPALIVE_MS": "7200000",
14
- "EXTENSION_AUTO_INSTALL": "localstack-extension-mailhog"
+ "EXTENSION_AUTO_INSTALL": "localstack-extension-mailhog",
15
+ "DISABLE_CUSTOM_CORS_APIGATEWAY": "1",
16
+ "DISABLE_CUSTOM_CORS_S3": "1"
17
}
18
EOF
19
)
0 commit comments