You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: "See the details in CloudWatch Log Stream: "+context.logStreamName,
There should be a mechanism for the caller to provide failure details if the invocation of the Lambda function failed. This would allow the the user to read CloudFormation event logs in order to understand what actions they should take in order to remedy the problem.
The text was updated successfully, but these errors were encountered:
ndchelsea
added a commit
to ndchelsea/cfn-response
that referenced
this issue
Feb 7, 2020
- allow Reason to be passed in parameters (resolvesLukeMizuhashi#6)
- allow callback to be passed in parameters, allowing one to easily use
promises rather than needing to pass a custom context object
to ensure resolve/reject is called
cfn-response/index.js
Line 15 in 97f2629
There should be a mechanism for the caller to provide failure details if the invocation of the Lambda function failed. This would allow the the user to read CloudFormation event logs in order to understand what actions they should take in order to remedy the problem.
The text was updated successfully, but these errors were encountered: