Questions tagged [cargo-lambda]

3 questions
0
votes
1 answer

Cargo lambda build does not find OpenSSL development headers

I'm trying to write a lambda function for AWS in Rust using cargo-lambda. The example function generated by cargo lambda new builds fine when I call cargo lambda build --release --arm64. However, when I try to build code I write by following the…
J Stach
  • 11
  • 4
0
votes
1 answer

AWS Cargo Lambda Runtime.Error SQS Example

I'm fairly new to Rust and AWS Lambda. I am developing our first function that will be triggered by an SQS subscription with batch processing. The SQS will then be triggered from an SNS Topic. We use the CloudFormation template to set up our stacks…
Seto
  • 1,234
  • 1
  • 17
  • 33
0
votes
1 answer

Testing and mocking applications built with the AWS Rust Lambda Runtime and the AWS Rust SDK

I'm currently trying to build a simple Lambda that connects to Dynamo DB with AWS Rust Lambda Runtime and the AWS Rust SDK. My basic example works on AWS, but I'm keen to be able to perform manual tests and unit tests offline. The main problem I can…
Charlie
  • 4,197
  • 5
  • 42
  • 59