Skip to content

RushiDonga/deploy-lambda-using-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Deploy a Lambda function using a Lambda function

ARCHITECTURE

image

NOTE

  1. deployer-lambda directory in the repository contains the code for the Lambda function which will be used to deploy another Lambda function.
  2. It requires the role for the lambda function which has the permission for both S3 and Lambda.
  3. It also contains S3 Payload Put Event.
  4. lambda-code directory in the repository contains the code of the Lambda function that needs to be deployed.
  5. It contains a buildspec.yml file, which will be used by AWS Codebuild to build the code and store the artificts in the zip format in an S3 Bucket.
  6. This zip file will be fetched by the deployer_lambda function and will deploy the function from the zip file.

Important Links

  1. Deploy Lambda using CLI
  2. Learn Deploy Lambda function using CLI
  3. AWS Lambda Boto3 Library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages