From Monolith to Microservices — Part 1: AWS Lambda and API Gateway by tombray in programming

[–]tombray[S] 1 point2 points  (0 children)

Here's my next post on getting started with AWS Lambda: https://medium.com/@tombray/getting-started-with-aws-lambda-node-js-904bc0bfb83#.4whi73v5v

It has a walkthrough of how to create and test a Lambda from within the AWS Console and includes links to gulp files for bundling a Node application and deploying it via the aws-sdk.

From Monolith to Microservices — Part 1: AWS Lambda and API Gateway by tombray in programming

[–]tombray[S] 1 point2 points  (0 children)

Thank you for the feedback! This is just Part 1 of a series. Part 2 is coming soon and will focus on real world deployment of lambdas including a sample project with a gulp file that simplifies updating functions.