Mercurial > public > tweet-analysis
comparison samconfig.toml @ 1:0277e7fc0f0a
first successful sam deploy
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 16 Sep 2021 09:38:07 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:cea9500dca25 | 1:0277e7fc0f0a |
---|---|
1 version = 0.1 | |
2 [default] | |
3 [default.deploy] | |
4 [default.deploy.parameters] | |
5 stack_name = "tweet-analysis" | |
6 s3_bucket = "aws-sam-cli-managed-default-samclisourcebucket-696e2vcoot9k" | |
7 s3_prefix = "tweet-analysis" | |
8 region = "eu-west-2" | |
9 confirm_changeset = true | |
10 capabilities = "CAPABILITY_IAM" | |
11 image_repositories = [] |