We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
I want to disable DeploymentPreference for staging and only enable for prod, it seems it's not supported.
DeploymentPreference
Steps to reproduce the issue:
Conditions: IsProd: !Equals [ !Ref Stage, prod ] Function: Type: AWS::Serverless::Function Properties: DeploymentPreference: Enabled: !If [ IsProd, true, false ] Type: Canary10Percent10Minutes
Observed result:
Failed with
Resource with id [Function] is invalid. 'Enabled' must be a boolean value
Expected result:
It should deploy.
The text was updated successfully, but these errors were encountered:
@hgl This is staged for release in v1.20.0. Please track the fix here #1196
Sorry, something went wrong.
No branches or pull requests
Description:
I want to disable
DeploymentPreference
for staging and only enable for prod, it seems it's not supported.Steps to reproduce the issue:
Observed result:
Failed with
Expected result:
It should deploy.
The text was updated successfully, but these errors were encountered: