chore(core): Pass Lambda Context to custom resource handler#18056
Conversation
… passing context object into user handler.
|
Title does not follow the guidelines of Conventional Commits. Please adjust title before merge. |
rix0rrr
left a comment
There was a problem hiding this comment.
As mentioned, you should probably not be using this custom resource provider, but instead use the one from the custom-resources module.
At the same time, I don't see a good reason not to add this parameter, so in it goes.
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
… passing context object into user handler. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* Fixes aws#18055
… passing context object into user handler.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Fixes #18055