hirenj / glycodomain-serverless

Serverless (AWS Lambda / API gateway) implementation of Glycodomain data protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glycodomain-serverless

What to do

Copying configs to submodule directories

grunt update_configs:test
(export AWS_REGION=eu-west-1; grunt update_configs:beta --region=eu-west-1)
(export AWS_REGION=eu-west-1; grunt update_configs:prod --region=eu-west-1)

Deploying

grunt deploy:test
(export AWS_REGION=eu-west-1; grunt deploy:beta --region=eu-west-1)
(export AWS_REGION=eu-west-1; grunt deploy:prod --region=eu-west-1)

About

Serverless (AWS Lambda / API gateway) implementation of Glycodomain data protocol


Languages

Language:JavaScript 68.9%Language:Shell 20.9%Language:Python 10.2%