Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 802 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 802 Bytes

Article

Detailed article here https://habr.com/ru/post/599797/

Setup

cd app && yarn
chmod +x deploy.sh

Run locally

1 Start DB in docker

docker-compose up

Start DB in docker

2 Start application and check location endpoint

cd app && yarn start:dev

3 Check GraphQL

3.1 Create User

create

3.2 Update User

update

3.3 Delete User

delete

3.4 Get User by id

get

3.5 Get list

get list

4 Deploy to lambda with terraform

./deploy.sh

4.1 run location endpoint on Lambda

lambda location

4.2 run location endpoint on Lambda

lambda graphql