dynamodb

package
v0.0.0-...-52eab8c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromDynamoDBEvent

func FromDynamoDBEvent(from events.DynamoDBEvent) ([]types.Record, error)

FromDynamoDBEvent converts a Lambda Event DynamoDBEvent, including all nested members, to a slice of dynamodbstreams Record

func FromDynamoDBEventAV

func FromDynamoDBEventAV(from events.DynamoDBAttributeValue) (types.AttributeValue, error)

FromDynamoDBEvent converts a Lambda Event DynamoDB AttributeValue, including all nested members, to a dynamodbstreams AttributeValue.

func FromDynamoDBEventAVList

func FromDynamoDBEventAVList(from []events.DynamoDBAttributeValue) (to []types.AttributeValue, err error)

FromDynamoDBEventList converts a slice of Lambda Event DynamoDB AttributeValues, including all nested members, to a slice ofdynamodbstreams AttributeValue.

func FromDynamoDBEventAVMap

func FromDynamoDBEventAVMap(from map[string]events.DynamoDBAttributeValue) (to map[string]types.AttributeValue, err error)

FromDynamoDBEventMap converts a map of Lambda Event DynamoDB AttributeValues, including all nested members, to a dynamodbstreams map of AttributeValue.

func FromDynamoDBEventRecord

func FromDynamoDBEventRecord(from events.DynamoDBEventRecord) (types.Record, error)

FromDynamoDBEvent converts a Lambda Event DynamoDBEventRecord, including all nested members, to a dynamodbstreams Record

func FromDynamoDBEventRecords

func FromDynamoDBEventRecords(from []events.DynamoDBEventRecord) ([]types.Record, error)

FromDynamoDBEventRecords converts a slice of Lambda Event DynamoDBEventRecord, including all nested members, to a slice of dynamodbstreams Record

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL