aws-lambda-events
aws-lambda-events copied to clipboard
Rust event types for AWS Lambda
Results
12
aws-lambda-events issues
Sort by
recently updated
recently updated
newest added
Kafka headers are a byte array, not a base64 encoded string.
bug
help wanted
good first issue
I'm trying to create a custom ApiGatewayV2 authorizer lambda for a WebSocket API using `ApiGatewayV2CustomAuthorizerV1Request` or `ApiGatewayV2CustomAuthorizerV2Request`, but the lambda fails to run in both cases. It runs the `main()`...