Skip to content

How to deserial custom parameter along with S3Event and ILambdaContext #1577

Answered by ashishdhingra
nepgya2803 asked this question in Q&A
Discussion options

You must be logged in to vote

@ngqtrieu99 Good morning. Lambda function handler accepts only 2 arguments: type for event and ILambdaContext (refer Lambda function handler in C# for more details). The event type is a POCO class which is used to match the JSON payload sent by the event source. I'm not sure how you would pass custom parameter while the Lambda function is invoked since the invocation is managed by the triggering source.

Thanks,
Ashish

@github-actions proposed-answer

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@github-actions
Comment options

Answer selected by nepgya2803
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants