aws / aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Apache License 2.0
3.58k stars 548 forks source link

S3ObjectLambdaEvent is missed in codebase #525

Closed ikovalyov closed 6 months ago

ikovalyov commented 8 months ago

Is your feature request related to a problem? Please describe. S3ObjectLambdaEvent is used for S3 Object Lambdas to communicate with S3 but this event type is missed. I can see this event exists in typescript, java, python versions of almbda runtime,