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.
- 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.
Contains submodule with s3 bucket & dynamodb table for remote backend :)
sh deploy_remote.sh
sh destroy_infrastructure.sh
pre-commit install