Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alshdavid/onlytrades
https://github.com/alshdavid/onlytrades
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alshdavid/onlytrades
- Owner: alshdavid
- Created: 2024-12-11T07:58:26.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:06:05.000Z (15 days ago)
- Last Synced: 2024-12-11T09:20:02.068Z (15 days ago)
- Language: HCL
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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