You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the spurious single quotes added in the above code block
Because of this I get the following error message when trying to use the cloudformation yaml: Error: Template does not have any APIs connected to Lambda functions
Additionally:
input yaml:
Globals:
Api:
# Allows an application running locally on port 8080 to call this API
Cors:
AllowMethods: "'*'"
AllowHeaders: "'*'"
AllowOrigin: "'*'"
input yaml:
output yaml:
Notice the spurious single quotes added in the above code block
Because of this I get the following error message when trying to use the cloudformation yaml:
Error: Template does not have any APIs connected to Lambda functions
Additionally:
input yaml:
output yaml:
Why are my double quotes being randomly turned into single quotes?
The text was updated successfully, but these errors were encountered: