All Projects → nsriram → Lambda The Terraform Way

nsriram / Lambda The Terraform Way

Licence: mit
AWS Lambda using Terraform., an Introductory Cookbook

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

Terraboard
🌍 📋 A web dashboard to inspect Terraform States
Stars: ✭ 1,192 (+12.88%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Terracognita
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Stars: ✭ 452 (-57.2%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Terratag
Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
Stars: ✭ 385 (-63.54%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Toc
A Table of Contents of all Gruntwork Code
Stars: ✭ 111 (-89.49%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Terrascan
Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Stars: ✭ 2,687 (+154.45%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Checkov
Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
Stars: ✭ 3,572 (+238.26%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Terraform
Terraform automation for Cloud
Stars: ✭ 121 (-88.54%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Terraform Modules
Terraform Modules
Stars: ✭ 25 (-97.63%)
Mutual labels:  aws, terraform, infrastructure-as-code, devops
Terraform Sqs Lambda Trigger Example
Example on how to create a AWS Lambda triggered by SQS in Terraform
Stars: ✭ 31 (-97.06%)
Mutual labels:  aws, terraform, infrastructure-as-code
Howtheyaws
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world use Amazon Web Services (AWS)
Stars: ✭ 389 (-63.16%)
Mutual labels:  aws, infrastructure-as-code, devops
Ebs bckup
Stars: ✭ 32 (-96.97%)
Mutual labels:  aws, terraform, devops
Terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
Stars: ✭ 6,316 (+498.11%)
Mutual labels:  aws, terraform, infrastructure-as-code
Karch
A Terraform module to create and maintain Kubernetes clusters on AWS easily, relying entirely on kops
Stars: ✭ 38 (-96.4%)
Mutual labels:  aws, terraform, infrastructure-as-code
Aws
A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq.
Stars: ✭ 493 (-53.31%)
Mutual labels:  aws, terraform, infrastructure-as-code
Adapt
ReactJS for your infrastructure. Create and deploy full-stack apps to any infrastructure using the power of React.
Stars: ✭ 317 (-69.98%)
Mutual labels:  aws, infrastructure-as-code, devops
Tads Boilerplate
Terraform + Ansible + Docker Swarm boilerplate = DevOps on 🔥🔥🔥 | Infrastructure as Code
Stars: ✭ 424 (-59.85%)
Mutual labels:  terraform, infrastructure-as-code, devops
My Links
Knowledge seeks no man
Stars: ✭ 311 (-70.55%)
Mutual labels:  aws, infrastructure-as-code, devops
Terraform Aws Gitlab Runner
Terraform module for AWS GitLab runners on ec2 (spot) instances
Stars: ✭ 292 (-72.35%)
Mutual labels:  aws, terraform, infrastructure-as-code
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-95.93%)
Mutual labels:  aws, infrastructure-as-code, devops
Intro To Terraform
Sample code for the blog post series "A Comprehensive Guide to Terraform."
Stars: ✭ 550 (-47.92%)
Mutual labels:  aws, terraform, devops

AWS Lambda the Terraform Way

The objective of this tutorial is to understand AWS Lambda in-depth, beyond executing functions, using Terraform. This tutorial walks through setting up Terraform, dependencies for AWS Lambda, getting your first Lambda function running, many of its important features & finally integrating with other AWS services.

Terraform

Terraform will be the primary medium of demonstrating all these examples. Terraform is an infrastructure as code software that helps in managing resources in cloud, by various providers like AWS, GCP, Azure etc., Terraform enables creation of infrastructure by writing code in a declarative form.

Target Audience

Target audience for this tutorial series are developers with basic knowledge of Terraform. A little background on understanding of serverless technologies, infrastructure as code 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. Terraform Overview
  4. IAM Account For Tutorial
  5. Hello World - Your First Lambda
  6. Packaging With Dependencies
  7. Lambda Layers
  8. Integrate with S3
  9. Integrate with Kinesis
  10. Integrate with DynamoDB
  11. Integrate with SQS
  12. Integrate with APIGateway
  13. 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].