- Specific
float
sizes (such asfloat32
) are preserved rather than defaulting to 64 bits. - Generate events from the latest
aws-lambda-go
.
- Specific
int
andunit
sizes (such asuint8
) are preserved rather than defaulting to 64 bits. - Array pointers are now correctly parsed. Thanks @michaetto! #37
- Generate events from the latest
aws-lambda-go
.
- The
http
crate is used for events that contain HTTP headers, methods, and bodies. Thanks @calavera! #29 - Bounded fields of the
interface{}
type in Go are nullable and now mapped to anOptional<>
. Thanks @calavera! #31 - Generate events from the latest
aws-lambda-go
.
- No changes yet
- Various API Gateway v2 fixes. Thanks @ewbankkit! #18
- The
size
size field inS3Object
is now optional as it can be missing ornull
in the event json payload. #11
- Generate events from
aws-lambda-go
v1.16. Thanks @ewbankkit! #16
- Generate events from
aws-lambda-go
v1.15. Thanks @ewbankkit! #14
Deref
andDerefMut
are now implemented for encoding tuple types. #9
- Add
kinesis_analytics
events. - Add
AppSyncIamIdentity
andAppSyncCognitoIdentity
inappsync
. - Fix
dmarcPolicy
field forSimpleEmailReceipt
inses
.
- Add
ApiGatewayWebsocketProxyRequest
andApiGatewayWebsocketProxyRequestContext
inapigw
. - Add
customData
field forCodeCommitRecord
incode_commit
. - Add
S3TestEvent
ins3
.
- Fix struct deserialization when the json key is not specified for a Go field and the field name does not match the generated Rust field name. [#6]
- Add
multi_value_headers
field forApiGatewayProxyResponse
.
- Add support for embedded fields, as seen in
cognito::CognitoEventUserPoolsPreSignup
. [#4]
- Add
alb
events.