Closed renejesusgv closed 1 year ago
Fixed this by setting my account id as env var in my docker-compose.yml stepfunction service:
stepfunctions:
container_name: stepfunctions
image: amazon/aws-stepfunctions-local:latest
environment:
- AWS_ACCESS_KEY_ID=fakeKey
- AWS_SECRET_KEY=fakeSecret
- AWS_ACCOUNT_ID=000000000000
I'm facing problem, even though I am defining the value of my
accountId (000000000000)
, the state machines are built with a differentaccountId (123456789012)
.