Replies: 3 comments 4 replies
-
Custom resources are confusing because it creates Lambda function "polluting" the application/the account. I wish it was possible to use custom resources without having these "deployment utility" functions in the same place as production functions. |
Beta Was this translation helpful? Give feedback.
-
Custom resources are difficult to get right because of the nuances of how CloudFormation works. Even the CDK team gets it wrong. See for example #22670, #17443, and #16603. |
Beta Was this translation helpful? Give feedback.
-
AWS Custom Resources is a significant but very obscure feature. The documentation doesn't take you by the hand; it sounds somewhat cryptic to someone who never played around with it. There are too few examples, and it's not immediately apparent why one would go with It took me a very long time to get my head around it, and I'm still unable to get it to work (see #26657). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey CDK community!
We'd like to start a discussion here about issues that are blocking you from using CDK custom resources.
Custom resources are a powerful feature that allows you to define AWS resources and implement functionality that is not natively supported by AWS CloudFormation. The CDK also utilizes them internally in some constructs to provide enhanced capabilities, such as
BucketDeployment
andKubernetesManifest
, to name a few.We want to make sure that they are working as intended and meeting your needs. If you've encountered any issues or
challenges with custom resources that are preventing you from leveraging them, or any CDK feature powered by them,
we'd love to hear from you here.
If you prefer to have a private discussion, feel free to contact me directly.
Your feedback is essential to us, as we continue to improve and enhance the CDK experience for all users.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions