Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 740 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 740 Bytes

rust-aws-lambda-terraform

This project uses Terraform deploy a Rust AWS Lambda function to us-east-1.

requirements

development

  1. Install Rust

    • curl https://sh.rustup.rs -sSf | sh
  2. Install musl-gcc

    • Linux sudo apt install musl-tools
    • Mac brew install FiloSottile/musl-cross/musl-cross --with-x86_64 --with-aarch64
  3. deploy to AWS

    • deploy.sh dev aarch64 or
    • deploy.sh dev x86_64