forked from DemocracyClub/WhoCanIVoteFor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
samconfig.toml
34 lines (32 loc) · 892 Bytes
/
samconfig.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version = 0.1
[development]
[development.deploy]
[development.deploy.parameters]
stack_name = "WCIVFControllerApp"
s3_bucket = "aws-sam-cli-managed-default-samclisourcebucket-bpwbpsluzkgd"
s3_prefix = "WCIVFController"
region = "eu-west-2"
confirm_changeset = false
fail_on_empty_changeset = false
capabilities = "CAPABILITY_IAM"
force_upload = true
[staging]
[staging.deploy]
[staging.deploy.parameters]
stack_name = "WCIVFApp"
s3_bucket = "wcivf-deployment-artifacts-tpssjdsa"
region = "eu-west-2"
confirm_changeset = false
fail_on_empty_changeset = false
capabilities = "CAPABILITY_IAM"
force_upload = true
[production]
[production.deploy]
[production.deploy.parameters]
stack_name = "WCIVFApp"
s3_bucket = "wcivf-deployment-artifacts-production-d9tjh34h"
region = "eu-west-2"
confirm_changeset = false
fail_on_empty_changeset = false
capabilities = "CAPABILITY_IAM"
force_upload = true