https://github.com/seanpray/aws-cr-backend
https://github.com/seanpray/aws-cr-backend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/seanpray/aws-cr-backend
- Owner: seanpray
- License: gpl-3.0
- Created: 2022-05-06T04:32:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T18:07:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T02:52:17.063Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 2.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### CR http/REST api backend
This is a REST api backend running on AWS Lambda with dynamodb for the CircuitRunners website.
Heavily a work in progress.
##### setting up a development environment:
Install docker, cargo, rustc x86 glib, rustc musl (doing so via rustup is recommended), and unzip.
Ensure docker is running and functional (run the hello world container to test)
```
$ git clone --depth=1 [email protected]:notseanray/aws-cr-backend.git
$ make crosscompile
$ make zip # creates zip archive of the lambda function
$ make testlambda # enter your json payload into stdin here
```