-
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
There is an example on how to handle SQS events in the examples directory: |
Beta Was this translation helpful? Give feedback.
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