-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsamconfig.toml
45 lines (36 loc) · 1.5 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
version = 0.1
[default.build]
[default.build.parameters]
cached = true
parallel = true
debug=true
use_container=true
[default.package]
[default.package.parameters]
output_template_file="packaged.yaml"
s3_prefix="MongoDBAtlas/v1.0.18"
region="us-east-1"
s3_bucket="appdevstore-test"
[default.deploy.parameters]
capabilities = "CAPABILITY_IAM"
confirm_changeset = true
stack_name="testingMongoDBAtlas"
parameter_overrides="HttpLogsEndpoint=<http logs source endpoint> HttpMetricsEndpoint=<http metrics source endpoint> OrganizationId=<mongodbatlas org id> PrivateApiKey=<mongodbatlas private api key> ProjectId=<mongodb atlas cluster project id> PublicApiKey=<mongodbatlas public api key>"
s3_prefix="MongoDBAtlas/v1.0.18"
region="us-east-1"
s3_bucket="appdevstore-test"
[default.publish.parameters]
template="packaged.yaml"
region="us-east-1"
[default.sync.parameters]
watch = true
[default.local_start_api.parameters]
warm_containers = "EAGER"
[default.local_invoke.parameters]
parameter_overrides="ENVIRONMENT=onprem HttpLogsEndpoint=<http logs source endpoint> HttpMetricsEndpoint=<http metrics source endpoint> OrganizationId=<mongodbatlas org id> PrivateApiKey=<mongodbatlas private api key> ProjectId=<mongodb atlas cluster project id> PublicApiKey=<mongodbatlas public api key>"
# https://github.com/aws/aws-sam-cli/issues/5492
# Allow specification of parameters that should apply to all (or multiple) environments in AWS SAM CLI configuration file (samconfig.toml)
[prod]
[prod.sync]
[prod.sync.parameters]
watch = false