'AutoPublishAlias' must be a string or a Ref to a template parameter #3717
Labels
stage/needs-investigation
Requires a deeper investigation
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
Description
When using
sam deploy
with theAutoPublishAlias
property in the template it always returns the error:Note 1: This happens wether I use a string directly or a !Ref to a Template Parameter
Note 2: This fails in macOS, but for example when running in a Github Action it works correctly.
Steps to reproduce
Use the following template:
Run
Observed result
Expected result
A success full deploy
Additional environment details
sam --version
: 1.133.0The text was updated successfully, but these errors were encountered: