下記コマンドでアプリケーションをBuild、起動します。
# build & run
make start-all
開発に必要なコマンドは基本Makefileに記述されています
build Build SAM application
compose-down Stop and remove Docker containers
compose-up Start Docker containers
dynamodb-init Initialize DynamoDB Local using an external script
fmt Format all Go code files
help Display this help message
start-all Start and initialize DynamoDB, then start SAM API
sam-api Start SAM API