1
0

feat: new stepfunction example

This commit is contained in:
xpk
2026-02-20 15:36:45 +08:00
parent 66ab8555d7
commit 7f88a863ea
6 changed files with 163 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ or use community edition while it is still available
docker run \
-e AWS_ACCESS_KEY_ID=test \
-e AWS_SECRET_ACCESS_KEY=test \
-e SERVICES="s3,iam,lambda,dynamodb,cloudwatch,rds,ec2,secretsmanager" \
-e SERVICES="s3,iam,lambda,dynamodb,cloudwatch,rds,ec2,secretsmanager,stepfunctions" \
-e DEBUG=0 \
-d --rm --name localstack --network macvlan localstack/localstack localstack
```