You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Devcontainer: Set up a quick-start development environment.
AWS SAM Integration: Added a script to test Lambda functions locally.
Lambda Function: Implemented a Python Lambda function to generate thumbnails and update metadata in DynamoDB.
Terraform Infrastructure: Deployed AWS infrastructure for thumbnail generation using Terraform.
HCP Terraform: Managed Terraform state in the cloud with HCP Terraform.
Pre-commit Hooks: A pre-commit githook was added to enforce code quality, formatting, and security checks before committing changes. The following tools are integrated:
YAML Validation: check-yaml for validating YAML files.