Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.14 KB

Automated Deployment of AWS Lambda Using GitLab CI/CD and Terraform

This repository contains the code and configurations required for deploying an AWS Lambda function using GitLab CI/CD pipeline and Terraform as Infrastructure as Code (IAC).

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Git
  • Terraform
  • A GitLab account

Clone the Repository

To clone this repository, use the following command:

git clone https://github.com/rahulwath/lambda-function-deploy.git

Detailed Instructions

For detailed instructions on setting up and deploying the AWS Lambda function using GitLab CI/CD and Terraform, please follow the steps outlined in this blog post:

https://blog.devops-online.shop/automated-deployment-of-aws-lambda-using-gitlab-cicd-and-terraform?showSharer=true https://medium.com/@wathrahul9/automated-deployment-of-aws-lambda-using-gitlab-ci-cd-and-terraform-8b30a6d044ed

Usage

Clone this repository. Follow the blog post linked above for detailed setup and deployment instructions.

Contributing

Feel free to fork this repository and submit pull requests with improvements or fixes.