Coder Social home page Coder Social logo

deploy-to-lambda-with-terraform-using-githubactions's Introduction

github-action-to-lambda

image

Pre-Requisite

1. Create S3 Bucket
2. Add secrets under GIT REPO secrets (AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY)

Create secrets under git repository

image

Create S3 Bucket with AWSCLI command to keep terraform state files and Application Zip files

aws s3api create-bucket \
    --bucket nodejsartifactsdeploy \
    --region us-east-1

Terraform plan and apply

Create new branch and update terraform directory and update environment variable Terraform_Operation as Apply ````Note:```

  1. If we push to new branch it will be done only plan

  2. If we Raise PR to master branch job will be run and it will be apply/destroy

  3. Create new branch and updated terraform directory

image

  1. Whenever we run commit pipeline will be run under Actions

image

  1. Here terraform plan only will be happen for us

image

  1. Raise Pull-Request

image

  1. After accepting PR Terraform apply will be happen

image

Check application output

image

deploy-to-lambda-with-terraform-using-githubactions's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.