mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
32 lines
689 B
TOML
32 lines
689 B
TOML
# 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 = "lambda-nodejs18.x"
|
|
|
|
[default.build.parameters]
|
|
cached = true
|
|
parallel = true
|
|
|
|
[default.validate.parameters]
|
|
lint = true
|
|
|
|
[default.deploy.parameters]
|
|
capabilities = "CAPABILITY_IAM"
|
|
confirm_changeset = true
|
|
resolve_s3 = true
|
|
|
|
[default.package.parameters]
|
|
resolve_s3 = true
|
|
|
|
[default.sync.parameters]
|
|
watch = true
|
|
|
|
[default.local_start_api.parameters]
|
|
warm_containers = "EAGER"
|
|
|
|
[default.local_start_lambda.parameters]
|
|
warm_containers = "EAGER"
|