Closed
Description
Hello! I am one of the maintainers of https://github.com/srijs/rust-aws-lambda (Rust interface to the Go runtime). As part of that project, we have lambda event definitions that don't depend on the runtime:
https://github.com/srijs/rust-aws-lambda/tree/master/aws_lambda_events
It would be great to have those event types integrated in this crate, preferably by re-exporting. I'm also fine if you want to take over ownership and make it officially supported, as long as it doesn't take too long for changes to be merged.
Note right now the generated structs take String
and thus may require more allocations. I plan to also have variants that take Cow<'a, str>
.