Start here
- Installing and configuring Claudia.js
 - Hello-world event driven micro-service, using AWS Lambda
 - Hello-world serverless API, using AWS Lambda and API Gateway
 - Hello-world chat-bot running on AWS Lambda
 - Deploying a proxy API
 
Basic development tasks
- Setting up package.json for easy deployment
 - Include/exclude files from deployment
 - Deploy different versions for development, testing and production
 - Moving from monoliths to Lambda functions
 - Design testable Lambda functions
 - Run automated tests locally
 - Using Babel to transpile code
 - Checklist for using external services
 - Using DynamoDB for persistent storage
 
Advanced tasks
- Running Express Apps in AWS Lambda
 - Using Binary Content
 - Delayed Responses to Slack Slash Commands
 - Creating a scalable S3 file conversion service using Pandoc and Lambda
 - Creating a scalable, cheap image server with Lambda and API Gateway
 - Creating a Viber chat-bot
 - How to use the hidden features of the AWS command line to save a lot of time