-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamconfig.toml
More file actions
27 lines (25 loc) · 742 Bytes
/
samconfig.toml
File metadata and controls
27 lines (25 loc) · 742 Bytes
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
version = 0.1
[default.local_invoke.parameters]
parameter_overrides = [
"Stage=dev"
]
[dev.deploy.parameters]
s3_bucket = "sam-artifacts-212646169882-us-east-1"
s3_prefix = "aws-typescript-lambda-dev"
stack_name = "aws-typescript-lambda-dev"
region = "us-east-1"
capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND"
parameter_overrides = [
"Stage=dev"
]
tags = "mup:owner=\"test\""
[prod.deploy.parameters]
s3_bucket = "sam-artifacts-212646169882-us-east-1"
s3_prefix = "aws-typescript-lambda-prod"
stack_name = "aws-typescript-lambda-prod"
region = "us-east-1"
capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND"
parameter_overrides = [
"Stage=prod"
]
tags = "mup:owner=\"test\""