This is a simple AWS Lambda service which demonstrate the basic concepts of Serverless framework such as configuration in serverless.yaml file, creating event handler in node.js & integration to other AWS services. To get more information about this project, feel free to visit this blog: https://saintcoder.wordpress.com/2016/12/16/serverless-aws-lambda-quickstart/
###Getting Started###
There are two methods for getting started with this repo:
Checkout this repo, install dependencies, then follow these commands:
> git clone https://github.com/WendySanarwanto/learn-serverless.git
> cd getting-started/blog
> serverless deploy