Writing event-driven serverless app plus local development

Click for: original source

Rupak Ganguly lengthy article on developing and event-driven serverless application. The application has a simple frontend using curl that calls into a couple of backend services: a users service and an email service. It relies on the serverless framework, and app is then deployed to AWS Lambda.

The post highlights event-driven application development with focus on full local development experience. Author chose to develop app in Node.js framework and the serverless application platform.

You will get detailed info how to:

  • Setup the development environment
  • Create an application project
  • Create a users service
  • Create an email service
  • Write an event-driven application
  • Run the serverless services locally
  • Run the full application locally

And you will be able to get the full source code to the mailman application project on Github. Excellent.

[Read More]

Tags cloud serverless microservices aws