Mercurial > public > tweet-analysis
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samconfig.toml Thu Sep 16 09:38:07 2021 +0200 @@ -0,0 +1,11 @@ +version = 0.1 +[default] +[default.deploy] +[default.deploy.parameters] +stack_name = "tweet-analysis" +s3_bucket = "aws-sam-cli-managed-default-samclisourcebucket-696e2vcoot9k" +s3_prefix = "tweet-analysis" +region = "eu-west-2" +confirm_changeset = true +capabilities = "CAPABILITY_IAM" +image_repositories = []