https://github.com/jwebcoder/aws-lambda-graphql
https://github.com/jwebcoder/aws-lambda-graphql
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwebcoder/aws-lambda-graphql
- Owner: JWebCoder
- License: mit
- Created: 2018-10-03T21:53:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T08:40:29.000Z (over 7 years ago)
- Last Synced: 2025-02-05T08:08:57.056Z (over 1 year ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# POC
This is a graphQL for multiple backends POC
## Install
`git clone` this repo
`npm i`
## Running
Run `TARGET=uk npm run dev` locally to start a server targeting the **"UK backend"**
## Build
Run `TARGET=uk npm run build` locally to build a server targeting the **"UK backend"**