Skip to content
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

fix invalid physicalResourceId if any handler got exception #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wenxu1024
Copy link

When using this package, if the handler raise exception. The CFN stack just output "Invalid PhysicalResourceID" instead of output the real error message.

In the source code provided by AWS the physical resource ID is set to lambda logStreamName if not defined.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-lambda-function-code-cfnresponsemodule.html#cfn-lambda-function-code-cfnresponsemodule-source

@wenxu1024 wenxu1024 force-pushed the fix-invalid-physicalresource-id branch from e458c5d to d9092d6 Compare June 9, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant