generate cdk from Cloudformation #25578
-
Hi, I know that cdk generates cloudformation templates, but I have a use case for the opposite. To generate CDK from Cloudformation. Specifically, I am trying to use CDK to automatically generate templates in Quicksight. Is there a more systematic way to lookup the CDK property name from the Cloudformation property name, i.e. to go from "Definition" to "definition"? I am asking because the transformation of the first letter to lowercase does not cover all cases. E.g. 'URLStyling' changes to 'urlStyling' and not 'uRLStyling' Best Regards George |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
We have the |
Beta Was this translation helpful? Give feedback.
-
Indeed, CfnInclude was what I was looking for. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
We have the
cloudformation-include
module, not sure this is exactly what you're asking for though.