nsriram / lambda-the-cli-way
AWS Lambda using CLI, an introductory cookbook
AWS Lambda the CLI Way
The objective of this tutorial is to understand AWS Lambda in-depth, beyond executing functions, using CLI This tutorial walks through setting up AWS CLI, dependencies for AWS Lambda, getting your first Lambda function running many of its important features & finally integrating with other AWS services. AWS CLI (Command Line Interface) will be the primary medium of demonstrating all these examples.
Target Audience
Target audience for this tutorial series are developers comfortable using AWS CLI A little background understanding of serverless will help.
Note : The tutorial will not discuss examples using the AWS website UI (or) with AWS SDK.
Tutorials
- Serverless Introduction
- Prerequisites and Setup
- IAM Account For Tutorial
- Hello World - Your First Lambda
- View Lambda Logs
- Packaging With Dependencies
- Lambda Layers
- Version Lambda
- Managing Lambda
- Integrate with S3
- Integrate with Kinesis
- Integrate with DynamoDB
- Integrate with APIGateway
- SAM CLI
- Tear down
Let's…
Top comments (0)