comparison samconfig.toml @ 2:ef8a4d95755a

add aws sam project
author Dennis C. M. <dennis@denniscm.com>
date Thu, 01 Jun 2023 18:51:18 +0100
parents
children
comparison
equal deleted inserted replaced
1:e23b7617bbc4 2:ef8a4d95755a
1 # More information about the configuration file can be found here:
2 # https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-config.html
3 version = 0.1
4
5 [default]
6 [default.global.parameters]
7 stack_name = "finance-parser"
8
9 [default.build.parameters]
10 cached = true
11 parallel = true
12
13 [default.validate.parameters]
14 lint = true
15
16 [default.deploy.parameters]
17 capabilities = "CAPABILITY_IAM"
18 confirm_changeset = true
19 resolve_s3 = true
20
21 [default.package.parameters]
22 resolve_s3 = true
23
24 [default.sync.parameters]
25 watch = true
26
27 [default.local_start_api.parameters]
28 warm_containers = "EAGER"
29
30 [default.local_start_lambda.parameters]
31 warm_containers = "EAGER"