-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
Internal transform failure for StageName defined by reference in a SAM template #19
Comments
Update: I got a bit confused but now it seems clear that this issue is specific to how Transform processes referenced
|
dinvlad
changed the title
Internal transform failure for parameters referenced in a SAM template
Internal transform failure for StageName defined by reference in a SAM template
Nov 23, 2016
See #22. We don't support !Ref on the StageName parameter yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to create a simple stack for SAM that references a Swagger file using this configuration:
However,
leads to
When I remove the
Parameters
section and setStageName: dev
explicitly, the stack is created successfully. So it seems like Transform fails because of theAPIStage
reference, even though the template is validated successfully before CloudFormation calls Transform.The text was updated successfully, but these errors were encountered: