Haven't you always wanted to know which of your closest friends are at home? Now you can!
Install Rust however you feel like doing that. We recommend using asdf
Install Cargo: https://doc.rust-lang.org/cargo/getting-started/installation.html
Install Terraform, also using asdf: https://github.com/asdf-community/asdf-hashicorp
Install the AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Install Just
Request access to the AWS project
Request access to the Terraform Cloud repo
Within the arrivals_handler directory, run the just publish
command:
cd arrivals_handler
just publish
The publish
command does a few things:
- compiles the rust code with Cargo, and builds it for the macOS or linux system
- zips the compiled code
- publishes the zipped contents to AWS as a lambda function