Skip to content

an example project showing CI for a serverless app with AWS API Gateway and AWS Lambda

Notifications You must be signed in to change notification settings

rotemtam/serverless-ci-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

an example project showing CI for a serverless app with AWS API Gateway and AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published