0.3.0 • Published 7 years ago

neioo8-facebook-adapter v0.3.0

Weekly downloads
4
License
-
Repository
-
Last release
7 years ago

neioo8-facebook-adapter

How to deploy webhook worker?

gulp deploy.dev

How to deploy a new release webhook worker?

gulp deploy.prod

How to deploy API Gateway settings?

  1. Check existing deployment
    aws apigateway get-rest-apis

  2. Deploy with specifified apiId
    aws apigateway put-rest-api --region aws-region --rest-api-id apiId --mode overwrite --body file://path-to-swagger.yml