-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamconfig.toml
38 lines (30 loc) · 1.01 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
# More information about the configuration file can be found here:
# https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-config.html
version = 0.1
[default]
[default.global.parameters]
stack_name = "sam-serverless-api"
[default.build.parameters]
cached = true
parallel = true
beta_features = true
[default.validate.parameters]
lint = true
[default.deploy.parameters]
capabilities = "CAPABILITY_IAM"
confirm_changeset = true
resolve_s3 = true
stack_name = "runo-arogyam-serverless-api"
s3_prefix = "runo-arogyam-serverless-api"
region = "ap-south-1"
parameter_overrides = "DbConnUri=\"mongodb+srv://jagadeesh_damarasingu:[email protected]/?retryWrites=true&w=majority\" DbName=\"setu_db\""
image_repositories = []
[default.package.parameters]
resolve_s3 = true
[default.sync.parameters]
watch = true
beta_features = true
[default.local_start_api.parameters]
warm_containers = "EAGER"
[default.local_start_lambda.parameters]
warm_containers = "EAGER"