Skip to main content

Module encodings

Module encodings 

Source
Expand description

Encodings used in AWS Lambda json event values.

Structs§

Base64Data
Binary data encoded in base64.
MillisecondTimestampchrono
Timestamp with millisecond precision.
MinuteDurationchrono
Duration with minute precision.
SecondDurationchrono
Duration with second precision.
SecondTimestampchrono
Timestamp with second precision.

Enums§

Bodyhttp
Representation of http request and response bodies as supported by API Gateway and ALBs.

Type Aliases§

Error