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

https://github.com/alshdavid/onlytrades


https://github.com/alshdavid/onlytrades

Last synced: 6 months 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