aws-samples / aws-lambda-extensions

A collection of sample extensions to help you get started with AWS Lambda Extensions
MIT No Attribution
446 stars 146 forks source link

How to access lambda event/context object when using lambda extensions? #31

Closed bugb closed 3 years ago

bugb commented 3 years ago

How can I access event/context object when using extensions? https://docs.aws.amazon.com/whitepapers/latest/serverless-architectures-lambda/the-event-object.html

bugb commented 3 years ago

Got it: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-logs-api.html

Closed!