Describe the feature
Hi, everyone.
Cloudformation just release ServiceTimeout attribute support in Custom Resources, so now we do not need to wait 1h to notice faulty deployment.
Announcement: https://aws.amazon.com/about-aws/whats-new/2024/06/aws-cloudformation-dev-test-cycle-timeouts-custom-resources/
Docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html#response-timeout
Use Case
Mostly development cycle should be improved when you actively develop custom resources. I will be able to set timeout to 5 min max and see it fail faster.
Proposed Solution
New optional property added to custom resource construct (not sure to which part, most likely it is framework)
Other Information
No response
Acknowledgements
CDK version used
all
Environment details (OS name and version, etc.)
AL2
Describe the feature
Hi, everyone.
Cloudformation just release ServiceTimeout attribute support in Custom Resources, so now we do not need to wait 1h to notice faulty deployment.
Announcement: https://aws.amazon.com/about-aws/whats-new/2024/06/aws-cloudformation-dev-test-cycle-timeouts-custom-resources/
Docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html#response-timeout
Use Case
Mostly development cycle should be improved when you actively develop custom resources. I will be able to set timeout to 5 min max and see it fail faster.
Proposed Solution
New optional property added to custom resource construct (not sure to which part, most likely it is framework)
Other Information
No response
Acknowledgements
CDK version used
all
Environment details (OS name and version, etc.)
AL2