Versions in this module Expand all Collapse all v0 v0.1.7 Feb 6, 2024 Changes in this version + func DeserializeAvro(avroData []byte, avroSchemaPath string) (map[string]interface{}, error) + func MarshalAttributeNames(raw map[string]interface{}, separator string) (map[string]*string, error) + func MarshalAttributeValues(raw map[string]interface{}, separator string) (map[string]*dynamodb.AttributeValue, error) + func MarshalKeyAttributeNames(raw map[string]interface{}, separator string) (map[string]*string, error) + func MarshalKeyAttributeValues(raw map[string]interface{}, separator string) (map[string]*dynamodb.AttributeValue, error) + func SerializeLocalRequest(src map[string]interface{}, dest interface{}) error + type ExecutionResponse struct + Error error + Message interface{} + StatusCode int + func (response *ExecutionResponse) ToGatewayResponse() (events.APIGatewayProxyResponse, error)