Skip to content
Discussion options

You must be logged in to vote

This sounds like an awesome feature that would have wide benefits to customers. Doing this in a consistent manner, however, is a different story all together.

I have three basic suggestions:

  • You're perfectly free to take this design and flesh it out and make a Python-specific CDK construct, publish it on the Construct Hub/PyPI. For Pythonistas, this makes total sense.
  • Explore the Aspects pattern included in the CDK; these follow the visitor pattern, visiting each item and each of its children (plausibly more than once in some cases), including but not limited to custom resoures and raw CloudFormation resources.
  • Propose something new in the CDK RFC repository: https://github.com/aws/aws-c…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by indrora
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