Skip to content

JaderDias/rust-aws-lambda-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published