Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alshdavid/onlytrades


https://github.com/alshdavid/onlytrades

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# AWS Lambda + Rust Starter Project

This will provision
- AWS Lambda function
- Will provision an AWS Gateway
- Uses a single default route so all endpoints call the same Lambda function

## Setup

Make sure you have the Terraform and AWS CLIs set up and configured on your machine, then run:

```bash
cd terraform
terraform init
terraform apply
```

## Running locally