Replies: 1 comment
-
That will be because the code is faithfully generating from https://raw.githubusercontent.com/awslabs/goformation/master/generate/sam-2016-10-31.json . I'd file a bug against the goformation package and link it to this discussion, unless there's a true source further upstream. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In 5df088e#diff-a4d1e4b9b8d4a2350c8364f894fa27ce941261df804af6a0e61095c57dfec7e7R29-R35, the type of
Policies
is changed fromOptional (./../../Fn.dhall).CfnText
toBut AWS documentation says
Previously we had simple json strings in the
Policies
list, likeFn.renderText "AWSLambdaBasicExecutionRole"
. But now, given that each policy is a union, and the union doesn't have a constructor for strings, I think this usage has become impossible?Beta Was this translation helpful? Give feedback.
All reactions