Skip to content

A sample project for showing how to create an aws lambda api with rust and terraform

License

Notifications You must be signed in to change notification settings

srijs/aws-lambda-api-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-api

This minimal project is meant to show how to run a simple website/api off a single AWS Lambda and make PostgreSQL calls using Diesel.

Setup

  • install make
  • install docker
  • install terraform
  • run make vendor
  • run make to build
  • run make help to see available commands

About

A sample project for showing how to create an aws lambda api with rust and terraform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 52.3%
  • Makefile 31.1%
  • HCL 16.6%