Skip to content
Discussion options

You must be logged in to vote

UPDATE: As of next version, you will be able to natively use json with these properties #19885, and see discussion #19868 for a more correct explanation of what's happening with a workaround until next version releases

SAM resources - the ones that lie in this module - are not native CloudFormation resources, but are native to SAM templates. The resources and properties specified will generally convert to CloudFormation resources/properties under the hood when deploying a SAM template through SAM. So, this allows CloudFormation to have some forwards compatibility and support SAM resources, which in turn allows the CDK to support SAM resources! Here's more information on the details of how…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ivan-koryshkin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants