Rust + API Gateway + Lambda project used in a blog post and YouTube video
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
users use published crate versions Jan 28, 2019
.gitignore add destroy scripts, add functionality for state storage ops in scripts Jan 20, 2019
AWS_SETUP.md update aws setup to use scripts Jan 20, 2019
README.md update readme Jan 20, 2019

README.md

API Gateway Rust

API Gateway + Lambda + Rust cargo project for the blog post and YouTube video. Both go over creating an api with API Gateway, AWS Lambda, and the Rust programming language. Other significant technologies used are DyanmoDB, Docker, and Terraform.

Project Branches

  • scratch - Empty cargo project and items not covered in video or post
  • basic - Code used in blog post
  • advanced(comming soon)- Code used in YouTube video

AWS Setup

Several AWS resources are needed to follow along in the content. This guide will help you set up the resources needed and will show you how to remove everything as well.