|
Hello, I'm wondering how to manage the Records sent by the SQS service when it triggers a lambda function in Rust. In GO for example, I'm using the sqsEvent type, but could not find an equivalent for Rust. Could someone point me in the right direction? |
Answered by
calavera
Oct 31, 2022
Replies: 2 comments 5 replies
|
Hey @Chandrian ! We don't have an official crate with AWS Lambda events at the moment, but you can use the community-made |
5 replies
|
There is an example on how to handle SQS events in the examples directory: |
0 replies
Answer selected by
calavera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an example on how to handle SQS events in the examples directory:
https://github.com/awslabs/aws-lambda-rust-runtime/blob/2461904a2821c2f69c4333cf6824344a2a2070f8/examples/basic-sqs/README.md