Developing Serverless Applications

How to build and test serverless applications

Summary

Creating an automated deployment for AWS Lambda. We will deploy a starter application using terraform with an automated script for simplifying change management

Environments

To effectively test serverless applications, you will need to run them on the same platform as production without disturbing production. To do this, you will need at least one lower environment (dev)

Building locally

Node starter app

Deploying

Terraform

Automation script