[RFC] Deploy any CDK construct #182
Replies: 1 comment
-
With @CorentinDoue, we would love to be able to contribute to the subject. Our pipedream is seemless integration between CDK and Serverless framework so that nobody has to manually write Cloudformation anymore.
We opened a draft PR to illustrate how we would go forward on the subject if you guys want to have a look! #183 |
Beta Was this translation helpful? Give feedback.
-
This discussion aims at uniting attempts at making a Lift Construct deploying any CDK construct.
Instead of creating a Lift construct that allows importing any CDK construct, this PR brings support for 3rd party Lift constructs.
This allows developers to use any CDK construct, but also to add Lift features, like:
construct outputs
construct variables
automatic IAM permissions
custom commands
etc.
Previous issues/PR regarding this topic :
Beta Was this translation helpful? Give feedback.
All reactions