This is a simple example of how to deploy a Rust Axum application to AWS Lambda using the Serverless Framework.
bash scripts/dev
Deployment of the application is done using Docker as the build environment. This is to ensure that the application is built in a Linux environment, which is required for AWS Lambda.
Be sure to fix your servrless.yml
file to match your AWS account.
bash scripts/deploy