AWS Lambda not receiving parameters passed from custom resource #643
Unanswered
dhirajkhodade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
❓ Guidance Question
The Question
I am trying to create lambda based custom resource using AWS CDK but the parameters that I am passing to lambda using
ResourceProperties
are not being received in lambda event object.I am not sure what am I doing wrong.
I am getting below error while deploying stack
CDK Code
lambda function code
lambda log
Environment
Other information
I am following this CDK example - https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/custom-resource
Beta Was this translation helpful? Give feedback.
All reactions