You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
It is my understanding that setting an environment varialbe TEST_AWS_ACCOUNT_ID for localstack sets that as the AWS account for the user in localstack.
However, setting it does not actually change any ARNs. For example:
Start localstack using TEST_AWS_ACCOUNT_ID="111111111111" DEBUG=1 localstack start
Deploy anything with an ARN (in this example I deployed a lambda)
It is my understanding that setting an environment varialbe
TEST_AWS_ACCOUNT_IDfor localstack sets that as the AWS account for the user in localstack.However, setting it does not actually change any ARNs. For example:
TEST_AWS_ACCOUNT_ID="111111111111" DEBUG=1 localstack startARN is still 000000000000