Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 909 Bytes

How to continuously deploy a serverless app (WIP)

This repo comes along with a triology of blog posts about serverless ci/cd "Serverless Applications: continuous delivery with AWS Lambda and API Gateway:

Using:

  • AWS API Gateway
  • AWS Lambda
  • Apex
  • Swagger

To run unit tests

mocha 'src/**/**.spec.js'

To deploy functions to AWS Lambda

cd src && apex deploy

To build a swagger file and deploy to API Gateway

python infra/api-gateway-deployer/src/__init__.py src/project.json