-
Notifications
You must be signed in to change notification settings - Fork 90
How to send 'Reason' field when using CloudFormation Custom resource #1801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @rahuldeverani, Pull request #1758 was created by @moizsh regarding this issue. This PR introduces the reason field in the Powertools custom resource I will look into merging this PR soon and will notify you here once it is merged. |
Merged PR #1758. Next steps: Merge same changes to |
Created PR for |
Merged. |
This feature will be released in the upcoming release. |
Discussed in #1742
Originally posted by rahuldeverani September 29, 2024
Hi team , I am following this doc: https://docs.powertools.aws.dev/lambda/java/utilities/custom_resources/#customising-a-response , to customise custom resource response.
I want my CloudFormation stack to show why the custom resource failed. For that we can send 'Reason' in the CloudFormation response : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/crpg-ref-responses.html
How to send this 'Reason' using lambda powertool custom resource implementation ?
The text was updated successfully, but these errors were encountered: