# Copy to .env and fill in real values to run the AWS (SNS/SQS) and MSK-IAM
# integration tests locally. Loaded via dotenvx: `dotenvx run -- cargo nextest run`.
# Required for the SNS/SQS integration tests (LocalStack Pro container).
# Obtain from https://app.localstack.cloud (LocalStack auth token).
LOCALSTACK_AUTH_TOKEN=
# Dummy AWS credentials accepted by LocalStack — these exact values are fine.
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=test
AWS_DEFAULT_REGION=us-east-1