All Projects → nsriram → Lambda The Cli Way

nsriram / Lambda The Cli Way

Licence: mit
AWS Lambda using CLI, an introductory cookbook

Projects that are alternatives of or similar to Lambda The Cli Way

Torchlambda
Lightweight tool to deploy PyTorch models to AWS Lambda
Stars: ✭ 83 (-55.85%)
Mutual labels:  aws, aws-lambda, aws-cli
Aws Lambda Workshop
Some incremental examples suitable to host an AWS Lambda Functions workshop
Stars: ✭ 18 (-90.43%)
Mutual labels:  aws, aws-lambda, tutorial
Okta Awscli
Provides Okta authentication for awscli
Stars: ✭ 161 (-14.36%)
Mutual labels:  aws, aws-cli
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+971.28%)
Mutual labels:  aws, aws-lambda
Serverlessish
Run the same Docker images in AWS Lambda and AWS ECS
Stars: ✭ 177 (-5.85%)
Mutual labels:  aws, aws-lambda
0x4447 product s3 email
📫 A serverless email server on AWS using S3 and SES
Stars: ✭ 2,905 (+1445.21%)
Mutual labels:  aws, aws-lambda
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+1483.51%)
Mutual labels:  aws, aws-lambda
Serverless Aws Alias
Alias support for Serverless 1.x
Stars: ✭ 171 (-9.04%)
Mutual labels:  aws, aws-lambda
Selfie2anime
Anime2Selfie Backend Services - Lambda, Queue, API Gateway and traffic processing
Stars: ✭ 146 (-22.34%)
Mutual labels:  aws, aws-lambda
Micro Aws Lambda
A 7KB and 0 dependencies AWS Lambda library which supports middleware and easy debug.
Stars: ✭ 181 (-3.72%)
Mutual labels:  aws, aws-lambda
Ssm Cache Python
AWS System Manager Parameter Store caching client for Python
Stars: ✭ 177 (-5.85%)
Mutual labels:  aws, aws-lambda
Chrome Aws Lambda
Chromium Binary for AWS Lambda and Google Cloud Functions
Stars: ✭ 2,502 (+1230.85%)
Mutual labels:  aws, aws-lambda
Archive aws Lambda Go Net
Network I/O interface for AWS Lambda Go runtime.
Stars: ✭ 151 (-19.68%)
Mutual labels:  aws, aws-lambda
Awsmobile Cli
CLI experience for Frontend developers in the JavaScript ecosystem.
Stars: ✭ 147 (-21.81%)
Mutual labels:  aws, aws-lambda
Cartoonify
Deploy and scale serverless machine learning app - in 4 steps.
Stars: ✭ 157 (-16.49%)
Mutual labels:  aws, aws-lambda
Serverless Sentry Plugin
This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)
Stars: ✭ 146 (-22.34%)
Mutual labels:  aws, aws-lambda
Aws Lambda Wkhtmltopdf
Convert HTML to PDF using Webkit (QtWebKit) on AWS Lambda
Stars: ✭ 165 (-12.23%)
Mutual labels:  aws, aws-lambda
Slic Starter
A complete, serverless starter project
Stars: ✭ 184 (-2.13%)
Mutual labels:  aws, tutorial
Serverless Pg
A package for managing PostgreSQL connections at SERVERLESS scale
Stars: ✭ 142 (-24.47%)
Mutual labels:  aws, aws-lambda
Serverless Sam
Serverless framework plugin to export AWS SAM templates for a service
Stars: ✭ 143 (-23.94%)
Mutual labels:  aws, aws-lambda

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].