A collection of Serverless AWS Lambda samples based on serverless's official documentations, articles & tutorial videos.
- blog - 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.
- demo-api - a simple AWS Lambda service which expose APIs for creating Contact record and retrieving all Contract records from AWS DynamoDB.