{"id":15099311,"url":"https://github.com/aflalasker/post-automating-serverless-deployments-to-aws-lambda-with-github-actions","last_synced_at":"2026-01-08T03:09:42.338Z","repository":{"id":257162045,"uuid":"857441089","full_name":"aflalasker/Post-Automating-Serverless-Deployments-to-AWS-Lambda-with-GitHub-Actions","owner":"aflalasker","description":"This repository contains the GitHub Actions pipeline and Terraform configuration to automate the deployment of an AWS Lambda function.","archived":false,"fork":false,"pushed_at":"2024-09-14T19:46:00.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T01:37:15.829Z","etag":null,"topics":["actions","aws-lambda","python","terraform"],"latest_commit_sha":null,"homepage":"https://aflal.codes/posts/deploying-lambda-using-github-actions","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aflalasker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-14T17:04:42.000Z","updated_at":"2024-09-14T20:57:27.000Z","dependencies_parsed_at":"2024-09-15T04:54:39.232Z","dependency_job_id":"91da5edb-60be-46ed-ba7c-6e65c9e7ff59","html_url":"https://github.com/aflalasker/Post-Automating-Serverless-Deployments-to-AWS-Lambda-with-GitHub-Actions","commit_stats":null,"previous_names":["aflalasker/post-automating-serverless-deployments-to-aws-lambda-with-github-actions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aflalasker%2FPost-Automating-Serverless-Deployments-to-AWS-Lambda-with-GitHub-Actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aflalasker%2FPost-Automating-Serverless-Deployments-to-AWS-Lambda-with-GitHub-Actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aflalasker%2FPost-Automating-Serverless-Deployments-to-AWS-Lambda-with-GitHub-Actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aflalasker%2FPost-Automating-Serverless-Deployments-to-AWS-Lambda-with-GitHub-Actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aflalasker","download_url":"https://codeload.github.com/aflalasker/Post-Automating-Serverless-Deployments-to-AWS-Lambda-with-GitHub-Actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240799552,"owners_count":19859597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","aws-lambda","python","terraform"],"created_at":"2024-09-25T17:10:14.025Z","updated_at":"2026-01-08T03:09:42.293Z","avatar_url":"https://github.com/aflalasker.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Lambda Deployment with GitHub Actions and Terraform\n\nThis repository contains GitHub Actions pipeline and Terraform configuration to deploy an AWS Lambda function. The code in this repository is used in a blog post on [aflal.codes](https://aflal.codes).\n\n## Prerequisites\n\n- [Terraform](https://www.terraform.io/)\n- [AWS CLI](https://aws.amazon.com/cli/)\n- [GitHub Account](https://github.com/)\n\n## Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/your-username/your-repo.git\n   cd your-repo\n   ```\n\n2. Install dependencies:\n   ```sh\n   terraform init\n   ```\n\n## Usage\n\n1. **Configure AWS CLI**:\n\n   ```sh\n   aws configure\n   ```\n\n2. **Run Terraform Plan**:\n\n   ```sh\n   terraform plan plan.tfplan\n   ```\n\n3. **Apply Terraform Configuration**:\n\n   ```sh\n   terraform apply plan.tfplan\n   ```\n\n4. **GitHub Actions Pipeline**:\n   - The GitHub Actions pipeline is configured to automatically deploy the AWS Lambda function when changes are merged to main.\n   - Ensure your GitHub repository is connected to your AWS account and the necessary secrets are set up in the repository settings.\n\n## Blog Post\n\nFor more detailed information, please refer to the [blog post](https://aflal.codes/posts/deploying-lambda-using-github-actions).\n\n## License\n\nThis project is licensed under the Apache License Version 2.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faflalasker%2Fpost-automating-serverless-deployments-to-aws-lambda-with-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faflalasker%2Fpost-automating-serverless-deployments-to-aws-lambda-with-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faflalasker%2Fpost-automating-serverless-deployments-to-aws-lambda-with-github-actions/lists"}