Skip to content

🟪 A repo to learn about the creation of a lambda function using terraform

Notifications You must be signed in to change notification settings

vsantos1711/terraform-lambda-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🟪 Training the use of Terraform to create a lambda function

Terraform logo AWS Lambda function logo

Description

This project is a basic example of how to create a lambda function using TypeScript and Terraform. The lambda function is written in TypeScript and then transpiled to JavaScript for use by AWS Lambda. Terraform is used to create the necessary infrastructure on AWS and configure the lambda function.

Technologies Used

  • Typescript (Javascript): The primary programming language for the project.
  • Terraform: Infrastructure as Code (IaC) tool used to provision AWS services.
  • AWS Services:
    • API Gateway: Handles HTTP requests, serving as the entry point to the serverless architecture.
    • Lambda Functions: Enables serverless compute for efficient and scalable processing.
    • DynamoDB: NoSQL database service for scalable and low-latency data storage and retrieval.

System Architecture

Frame

To-do

  • Add API Gateway terraform code
  • Add DynamoDB terraform code
  • Add a real lambda function

About

🟪 A repo to learn about the creation of a lambda function using terraform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published