https://github.com/cloudle/ronin-api
https://github.com/cloudle/ronin-api
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudle/ronin-api
- Owner: cloudle
- Created: 2021-08-14T14:16:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T15:13:27.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T19:22:37.699Z (over 1 year ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Introduction:
AWS Lambda based api that run on top of GraphQl interface
## Required tools:
- wings-cli, install with `npm i -g wings-cli`
- [serverless cli](https://www.serverless.com/framework/docs/getting-started/) on your machine
## Development:
With `wings-cli` installed, run `wings` under project's root to launch development server
## Deployment:
- Make sure you have Aws account configured on your machine
- Under project's root, run `yarn deploy` to deploy