{"id":13295942,"url":"https://github.com/yvesgurcan/deploy-lambda-function","last_synced_at":"2025-03-10T08:31:52.651Z","repository":{"id":52415013,"uuid":"229808898","full_name":"yvesgurcan/deploy-lambda-function","owner":"yvesgurcan","description":"💡 Github Action to update the code of an AWS Lambda function","archived":false,"fork":true,"pushed_at":"2021-04-29T20:59:14.000Z","size":7010,"stargazers_count":11,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-19T06:34:26.557Z","etag":null,"topics":["aws-lambda","continuous-deployment","continuous-integration","github-action"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/deploy-aws-lambda-function","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"stcalica/update-lambda","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yvesgurcan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-23T19:10:00.000Z","updated_at":"2023-06-06T10:46:41.000Z","dependencies_parsed_at":"2023-01-04T12:30:27.422Z","dependency_job_id":null,"html_url":"https://github.com/yvesgurcan/deploy-lambda-function","commit_stats":{"total_commits":41,"total_committers":3,"mean_commits":"13.666666666666666","dds":"0.29268292682926833","last_synced_commit":"1fc74179f8ac3a43e7e6b0f7c643b6f5f0bca43f"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvesgurcan%2Fdeploy-lambda-function","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvesgurcan%2Fdeploy-lambda-function/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvesgurcan%2Fdeploy-lambda-function/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvesgurcan%2Fdeploy-lambda-function/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yvesgurcan","download_url":"https://codeload.github.com/yvesgurcan/deploy-lambda-function/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242819241,"owners_count":20190400,"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":["aws-lambda","continuous-deployment","continuous-integration","github-action"],"created_at":"2024-07-29T17:18:10.331Z","updated_at":"2025-03-10T08:31:48.819Z","avatar_url":"https://github.com/yvesgurcan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nGithub Action to deploy/update a Lambda function from a ZIP file.\n\n## Required parameters\n\n  * `package`: A ZIP file with the code of your Lambda. This file can be created in a step or job prior to this action.\n  * `function-name`\n  * `AWS_REGION`\n  * `AWS_SECRET_ID`\n  * `AWS_SECRET_KEY`\n\n## Example\n\n```\nname: Deploy Lambda\n\non:\n  pull_request:\n    types: [closed]\n      branches:\n        - master\n\njobs:\n  deploy-lambda:\n    if: github.event.pull_request.merged\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n      - run: echo \"THIS IS A TEST PACKAGE\" \u003e file.txt\n      - run: zip lambda.zip file.txt\n      - uses: yvesgurcan/deploy-lambda-function\n        with:\n          package: lambda.zip\n          function-name: TEST-FUNCTION\n          AWS_REGION: ${{ secrets.AWS_REGION }}\n          AWS_SECRET_ID: ${{ secrets.AWS_SECRET_ID }}\n          AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvesgurcan%2Fdeploy-lambda-function","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvesgurcan%2Fdeploy-lambda-function","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvesgurcan%2Fdeploy-lambda-function/lists"}