CloudFormationを実行するサンプル(LocalStack) - GreenAvenue/geranium GitHub Wiki
Sample to run cloud-formation on localstack
aws cloudformation --endpoint-url=http://localhost:4581 \
create-stack --template-body file://template/dynamodb.template.yaml \
--stack-name create-test
arn:aws:cloudformation:us-east-1:000000000000:stack/create-test/9164fd5f-30bb-40a7-bb6d-36ee69eaa6c3
View
