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
When trying to migrate the following Serverless construct it failed with an error. Converting CodeUri to a string resolved the error and the migrate command continued as expected.
MyStack could not be generated because Some(Union(Static([Primitive(String), Named("AWS::Serverless::Function.S3Location")]))) is not implemented for ResourceValue::Object
The text was updated successfully, but these errors were encountered:
I would be shocked if any SAM things work! Going to assign this as an enhancement, as one can take a serverless transform output from CFN and then pipe it into cdk-from-cfn.
When trying to migrate the following Serverless construct it failed with an error. Converting
CodeUri
to a string resolved the error and the migrate command continued as expected.Construct:
Error:
The text was updated successfully, but these errors were encountered: