Skip to content

Commit

Permalink
IPS-1289 allowed values for lambda deployment preference removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sandragds committed Dec 17, 2024
1 parent 20eea01 commit dea8cfc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions infrastructure/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ Parameters:
Description: "Specifies the configuration to enable gradual Lambda deployments. It can be used to set deployment type and also allows skipping canary deployment by setting to 'AllAtOnce'"
Type: String
Default: "AllAtOnce"
AllowedValues:
- AllAtOnce
- Canary10Percent5Minutes
- Canary10Percent10Minutes
- Canary10Percent15Minutes
- Canary10Percent30Minutes
- Linear10PercentEvery1Minute
StepFunctionsDeploymentPreference:
Description: "Specifies the configuration to enable gradual StepFunction deployments. It can be used to set deployment type and also allows skipping canary deployment by setting to 'ALL_AT_ONCE'"
Type: String
Expand Down

0 comments on commit dea8cfc

Please sign in to comment.