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 e86048f commit ffab87d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions samconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,29 @@ version = 0.1
[staging.global.parameters]
stack_name = "sc-platform-pii-lambda-staging"

[staging.build.parameters]
cached = true
parallel = true

[staging.validate.parameters]
lint = true

[staging.deploy.parameters]
capabilities = "CAPABILITY_IAM"
confirm_changeset = 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 ffab87d

Please sign in to comment.