Skip to content

AWS lambda function template that is triggered when a specific file is loaded to S3 bucket 🪣

Notifications You must be signed in to change notification settings

kaledgar/aws-lambda-s3-put-trigger-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This code contains generic template for AWS Lambda function that can be triggered by a PUT event that comes from a specified and expected file uploaded to s3 bucket.

Prerequisites

Required

  • aws-cli ~ 2.13: Configured and connected with AWS.
  • terraform ~ 1.6: Installed and connected with AWS.
  • AWS User: Ensure the AWS user has the necessary policies for creating and reading resources such as Lambda, S3, IAM, and DynamoDB.

Deploy

Automated cloud infrastructure deployment

Contains submodule with s3 bucket & dynamodb table for remote backend :)

sh deploy_remote.sh

Destroy All Resources

sh destroy_infrastructure.sh

Pre commit

pre-commit install

About

AWS lambda function template that is triggered when a specific file is loaded to S3 bucket 🪣

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published