go/

directory
v0.0.0-...-0deb35c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2021 License: MIT

README

prepare AWS certificate

  • go to AWS certificate manager
  • Request Certificate -> public certificate
  • use domain in .env.production
  • DNS verification
  • Create record in Route 53
  • wait up to 40 minutes or so, however the certificate usually becomes available sooner than that.

domain (first time before deploy)

npm install
STAGE=production sls create_domain

deploy manually

    export AWS_PROFILE=serverlesstest
    export STAGE=production
    npm install
    make deploy

test

  echo '{"action": "morning-reminder"}' | sls invoke -f scheduled -l
  echo '{"action": "test"}' | sls invoke -f scheduled -l

local deploy

make local
handle_graphql/server/bin/server 

Directories

Path Synopsis
expose trello API/cards as model to be exposed by graphql
expose trello API/cards as model to be exposed by graphql
lambda command
server command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL