Skip to content

Commit

Permalink
feat: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan1510 committed May 7, 2024
1 parent ad9d2ec commit cf9de0f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion samconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,25 @@ stack_name = "sc-platform-pii-lambda-staging"
cached = true
parallel = true

[staging.validate.parameters]
lint = true

[staging.deploy.parameters]
capabilities = "CAPABILITY_IAM"
confirm_changeset = false
guided = false
resolve_s3 = true

[staging.package.parameters]
resolve_s3 = true

[staging.sync.parameters]
watch = true

[staging.local_start_api.parameters]
warm_containers = "EAGER"

[staging.local_start_lambda.parameters]
warm_containers = "EAGER"


[production]
Expand Down

0 comments on commit cf9de0f

Please sign in to comment.