Rust + AWS Lambda + Windows Part 3
Once we've coded, uploaded, and tested our Lambda function from within the AWS Lambda environment, it's time to take our tests external. For this, we'll need to install the AWS…
Once we've coded, uploaded, and tested our Lambda function from within the AWS Lambda environment, it's time to take our tests external. For this, we'll need to install the AWS…
In the previous section of this tutorial, we set up a WSL build environment in Windows for Rust, adapted code, and compiled + packaged a binary ready for upload to…
Let it be known that the existing tutorials are all poor and lack thoroughness. They're fine if you already have experience cross-compiling Rust AND working with AWS Lambda. I intend…