Created
July 6, 2019 18:30
-
-
Save yokada/5e7ff39b91caff0eb6446a3e41465c3d to your computer and use it in GitHub Desktop.
Revisions
-
yokada created this gist
Jul 6, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # $ docker-compose up -d # Or, # $ docker-compose up -d --build --force-recreate version: "3" services: sfn: image: amazon/aws-stepfunctions-local:1.0.1 ports: - 18083:8083 environment: - AWS_DEFAULT_REGION=ap-northeast-1 - AWS_ACCESS_KEY=dummy - AWS_SECRET_ACCESS_KEY=dummy - LAMBDA_ENDPOINT=http://localhost:18084