nsriram / lambda-the-cli-way

AWS Lambda using CLI, an introductory cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Serverless Introduction
  2. Prerequisites and Setup
  3. IAM Account For Tutorial
  4. Hello World - Your First Lambda
  5. View Lambda Logs
  6. Packaging With Dependencies
  7. Lambda Layers
  8. Version Lambda
  9. Managing Lambda
  10. Integrate with S3
  11. Integrate with Kinesis
  12. Integrate with DynamoDB
  13. Integrate with APIGateway
  14. SAM CLI
  15. Tear down

Let's Get Started: Serverless Introduction

References (external)

About

AWS Lambda using CLI, an introductory cookbook

License:MIT License


Languages

Language:Markdown 95.8%Language:JavaScript 2.5%Language:JSON 1.7%