Skip to content

Instantly share code, notes, and snippets.

@kluu1
Last active March 25, 2020 14:36
Show Gist options
  • Select an option

  • Save kluu1/053dbc988d90487a1e34476a4df35973 to your computer and use it in GitHub Desktop.

Select an option

Save kluu1/053dbc988d90487a1e34476a4df35973 to your computer and use it in GitHub Desktop.
service: serverless-graphql
plugins:
- serverless-offline
provider:
name: aws
runtime: nodejs12.x
stage: ${opt:stage, 'dev'}
region: us-east-1
memorySize: 128
functions:
graphql:
handler: handler.graphqlHandler
events:
- http:
path: graphql
method: ANY
cors: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment