Skip to content

Instantly share code, notes, and snippets.

@yokada
Created July 6, 2019 18:30
Show Gist options
  • Save yokada/5e7ff39b91caff0eb6446a3e41465c3d to your computer and use it in GitHub Desktop.
Save yokada/5e7ff39b91caff0eb6446a3e41465c3d to your computer and use it in GitHub Desktop.

Revisions

  1. yokada created this gist Jul 6, 2019.
    15 changes: 15 additions & 0 deletions docker-compose.yml
    Original 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