Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
/ serverless-graphile Public archive

⚡🐘🕸️ Serverless project for deploying a PostGraphile service

Notifications You must be signed in to change notification settings

dschep/serverless-graphile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡🐘🕸️ Serverless PostGraphile

A lightweight implementation of PostGraphile on AWS Lambda using Serverless.

Easy deploy

The serverless.yml file is built with a few CLI options so that you can deploy without editing the config!

npm i # install dependencies
npx serverless deploy --database-url postgresql://user:password@host/database

Additional deploy options

You can specify graphile plugins to be loaded with a space delimited list with the --append-plugins CLI option. The plugins will be automatically installed on deploy. EG:

npx serverless deploy \
    --database-url postgresql://user:password@host/database \
    --append-plugins='@graphile/postgis @graphile-contrib/pg-simplify-inflector'

About

⚡🐘🕸️ Serverless project for deploying a PostGraphile service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •