{"id":30180427,"url":"https://github.com/connery-io/deploy-plugin-on-aws-lambda","last_synced_at":"2026-02-09T03:32:21.999Z","repository":{"id":253677995,"uuid":"844193544","full_name":"connery-io/deploy-plugin-on-aws-lambda","owner":"connery-io","description":"A Terraform module and GitHub Actions to deploy Connery plugins on AWS Lambda.","archived":false,"fork":false,"pushed_at":"2024-08-22T15:59:29.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-08-22T18:04:45.651Z","etag":null,"topics":["deployment"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/connery-io.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-08-18T16:57:55.000Z","updated_at":"2024-08-22T15:59:02.000Z","dependencies_parsed_at":"2024-08-22T17:54:33.495Z","dependency_job_id":null,"html_url":"https://github.com/connery-io/deploy-plugin-on-aws-lambda","commit_stats":null,"previous_names":["connery-io/plugin-on-aws-lambda","connery-io/deploy-plugin-on-aws-lambda"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/connery-io/deploy-plugin-on-aws-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connery-io%2Fdeploy-plugin-on-aws-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connery-io%2Fdeploy-plugin-on-aws-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connery-io%2Fdeploy-plugin-on-aws-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connery-io%2Fdeploy-plugin-on-aws-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connery-io","download_url":"https://codeload.github.com/connery-io/deploy-plugin-on-aws-lambda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connery-io%2Fdeploy-plugin-on-aws-lambda/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270024478,"owners_count":24514028,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deployment"],"created_at":"2025-08-12T07:39:26.740Z","updated_at":"2026-02-09T03:32:21.948Z","avatar_url":"https://github.com/connery-io.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deploy-plugin-on-aws-lambda\n\nA Terraform module and GitHub Actions to deploy Connery plugins on AWS Lambda.\n\n## Usage\n\n1. Add `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` to your GitHub repository secrets.\n\n2. Create `/connery-plugin/\u003cyour-plugin-name\u003e/v1/api-key` secret (SecureString) in AWS Systems Manager Parameter Store with the API key for your plugin server.\n\n3. Create `./infrastructure/main.tf` in the root of your plugin repository with the following content:\n\n```hcl\nmodule \"deploy-plugin-on-aws-lambda\" {\n  source = \"github.com/connery-io/deploy-plugin-on-aws-lambda?ref=v0.1.0\"\n\n  plugin_name    = \"\u003cyour-plugin-name\u003e\"\n  plugin_version = \"v1\"\n}\n```\n\n4. Create `./github/workflows/deploy.yml` in the root of your plugin repository with the following content:\n\n```yaml\nname: Deploy\n\non:\n  workflow_dispatch:\n  push:\n    branches:\n      - main\n\nconcurrency:\n  group: deploy\n\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: connery-io/deploy-plugin-on-aws-lambda/build-and-deploy@v0.1.0\n        with:\n          aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n          aws-region: eu-central-1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnery-io%2Fdeploy-plugin-on-aws-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnery-io%2Fdeploy-plugin-on-aws-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnery-io%2Fdeploy-plugin-on-aws-lambda/lists"}