mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
Send to zulip
This commit is contained in:
31
aws/lambda-nodejs18.x/samconfig.toml
Normal file
31
aws/lambda-nodejs18.x/samconfig.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user