Skip to content

Simple web application in express to run in lambda for running sql queries.

Notifications You must be signed in to change notification settings

regmicmahesh/serverless-query-runner

Repository files navigation

Dead Simple Postgres Data Viewer and Query Runner

Environment Variables

GITHUB_CLIENT_ID

Github Client ID of the Oauth Application for protecting your query runner instance. Create here

GITHUB_CLIENT_SECRET

Github Client Secret of the Oauth Application for protecting your query runner instance. Create here

GITHUB_CALLBACK_URL

Github Callback URL of the Oauth Application. Create here. Make sure it is synced with your deployment's load balancer / route53 record / api gateway endpoint.

GITHUB_ALLOWED_USERNAMES

Comma separated values of github username, only the listed usernames will be allowed to log into the query runner instance.

PSQL_CONNSTR

Connection String for PostgreSQL.

About

Simple web application in express to run in lambda for running sql queries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published