package
0.0.0-20240919032739-eac131825870
Repository: https://github.com/nguyengg/golambda.git
Documentation: pkg.go.dev
# Functions
Start starts the Lambda runtime loop with the specified Handler.
StartHandlerWithResponse starts the Lambda runtime loop with the specified HandlerWithResponse.
StreamToDynamoDBAttributeValue converts a DynamoDB Stream event attribute to an equivalent DynamoDB attribute.
StreamToDynamoDBItem uses StreamToDynamoDBAttributeValue to convert an item from a DynamoDB Stream event to an item in DynamoDB.
# Structs
No description provided by the author
# Type aliases
Handler for DynamoDB events that doesn't return a response, and as a result cannot report batch item failure.
HandlerWithResponse for DynamoDB events and returns a response to report batch item failure.