package
0.0.0-20221215233508-52eab8c08908
Repository: https://github.com/cevixe/sdk.git
Documentation: pkg.go.dev
# Functions
FromDynamoDBEvent converts a Lambda Event DynamoDBEvent, including all nested members, to a slice of dynamodbstreams Record.
FromDynamoDBEvent converts a Lambda Event DynamoDB AttributeValue, including all nested members, to a dynamodbstreams AttributeValue.
FromDynamoDBEventList converts a slice of Lambda Event DynamoDB AttributeValues, including all nested members, to a slice ofdynamodbstreams AttributeValue.
FromDynamoDBEventMap converts a map of Lambda Event DynamoDB AttributeValues, including all nested members, to a dynamodbstreams map of AttributeValue.
FromDynamoDBEvent converts a Lambda Event DynamoDBEventRecord, including all nested members, to a dynamodbstreams Record.
FromDynamoDBEventRecords converts a slice of Lambda Event DynamoDBEventRecord, including all nested members, to a slice of dynamodbstreams Record.