Documentation
¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserializeAvro ¶
func MarshalAttributeNames ¶
func MarshalAttributeValues ¶
func SerializeLocalRequest ¶
Types ¶
type ExecutionResponse ¶
type ExecutionResponse struct {
StatusCode int `json:"statusCode"`
Message interface{} `json:"message"`
Error error `json:"error"`
}
func (*ExecutionResponse) ToGatewayResponse ¶
func (response *ExecutionResponse) ToGatewayResponse() (events.APIGatewayProxyResponse, error)
Click to show internal directories.
Click to hide internal directories.