-
Notifications
You must be signed in to change notification settings - Fork 0
/
samconfig.toml
40 lines (33 loc) · 950 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
35
36
37
38
39
40
# 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]
[default.global.parameters]
stack_name = "lambda-ppot"
[default.build]
[default.build.parameters]
cached = true
parallel = true
[default.deploy]
[default.deploy.parameters]
capabilities = "CAPABILITY_IAM"
confirm_changeset = true
resolve_s3 = true
s3_bucket = "aws-sam-cli-managed-default-samclisourcebucket-bj1h9uojhvgo"
s3_prefix = "lambda-ppot"
region = "eu-central-1"
image_repositories = []
disable_rollback = true
[default.package]
[default.package.parameters]
resolve_s3 = true
[default.sync]
[default.sync.parameters]
watch = true
[default.local_start_api]
[default.local_start_api.parameters]
warm_containers = "EAGER"
[default.local_start_lambda]
[default.local_start_lambda.parameters]
warm_containers = "EAGER"