{"id":5802559,"name":"gagoar/invoke-aws-lambda","ecosystem":"actions","description":"Invoke AWS Lambda function","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/gagoar/invoke-aws-lambda","keywords_array":[],"namespace":"gagoar","versions_count":10,"first_release_published_at":"2020-05-21T04:37:21.000Z","latest_release_published_at":"2024-08-06T12:54:52.000Z","latest_release_number":"v3.4.0","last_synced_at":"2026-03-27T15:10:29.940Z","created_at":"2023-01-04T13:52:07.442Z","updated_at":"2026-03-27T15:10:29.940Z","registry_url":"https://github.com/gagoar/invoke-aws-lambda","install_command":null,"documentation_url":null,"metadata":{"name":"invoke-aws-lambda","description":"Invoke AWS Lambda function","branding":{"icon":"arrow-up-right","color":"orange"},"inputs":{"AWS_ACCESS_KEY_ID":{"description":"AWS_ACCESS_KEY_ID","required":true},"AWS_SECRET_ACCESS_KEY":{"description":"AWS_SECRET_ACCESS_KEY","required":true},"AWS_SESSION_TOKEN":{"description":"AWS_SESSION_TOKEN","required":false},"REGION":{"description":"region where the lambda has been created (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html)","required":false,"default":"us-east-1"},"FunctionName":{"description":"The name of the Lambda function, version, or alias","required":true},"InvocationType":{"description":"Choose from the following options: RequestResponse, Event, DryRun","required":false,"default":"RequestResponse"},"LogType":{"description":"Choose from the following options: None, Tail","required":false,"default":"None"},"ClientContext":{"description":"Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.","required":false},"Payload":{"description":"The JSON that you want to provide to your Lambda function as input. (Buffer, Typed Array, Blob, String)","required":false},"Qualifier":{"description":"Specify a version or alias to invoke a published version of the function.","required":false},"HTTP_TIMEOUT":{"description":"Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000)","required":false},"MAX_RETRIES":{"description":"Returns the maximum amount of retries to perform for a service request. By default this value is calculated by the specific service object that the request is being made to.","required":false},"SUCCEED_ON_FUNCTION_FAILURE":{"description":"Set to true if this action should succeed when the Lambda function executed returns an error","required":false}},"outputs":{"response":{"description":"response from lambda invocation"}},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":37793183,"uuid":"265739014","full_name":"gagoar/invoke-aws-lambda","owner":"gagoar","description":"GitHub action to invoke AWS lambda","archived":false,"fork":false,"pushed_at":"2025-11-10T18:01:02.000Z","size":1924,"stargazers_count":38,"open_issues_count":18,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-10T20:05:44.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gagoar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-21T02:49:30.000Z","updated_at":"2025-09-11T13:21:30.000Z","dependencies_parsed_at":"2023-12-11T13:46:55.206Z","dependency_job_id":"08ad2f56-5b48-4521-91b0-8ec38f2633aa","html_url":"https://github.com/gagoar/invoke-aws-lambda","commit_stats":{"total_commits":236,"total_committers":7,"mean_commits":"33.714285714285715","dds":"0.27542372881355937","last_synced_commit":"aeda4dffcd1a2e247f0d07af812de833d12eaa5b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/gagoar/invoke-aws-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Finvoke-aws-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Finvoke-aws-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Finvoke-aws-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Finvoke-aws-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gagoar","download_url":"https://codeload.github.com/gagoar/invoke-aws-lambda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Finvoke-aws-lambda/sbom","scorecard":{"id":417129,"data":{"date":"2025-08-11","repo":{"name":"github.com/gagoar/invoke-aws-lambda","commit":"d8bcdc0fa0dd319143eb800f2bdc43f82944123e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":4,"reason":"Found 4/10 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build_project.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/rebuild_dist.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/renovate.yml:1","Warn: no topLevel permission defined: .github/workflows/unit-tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_project.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/build_project.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_project.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/build_project.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_project.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/build_project.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rebuild_dist.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/rebuild_dist.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rebuild_dist.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/rebuild_dist.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rebuild_dist.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/rebuild_dist.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rebuild_dist.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/rebuild_dist.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/renovate.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/renovate.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/renovate.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/renovate.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit-tests.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/unit-tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit-tests.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/unit-tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit-tests.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/unit-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit-tests.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/gagoar/invoke-aws-lambda/unit-tests.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/build_project.yml:24","Warn: npmCommand not pinned by hash: .github/workflows/lint.yml:23","Warn: npmCommand not pinned by hash: .github/workflows/rebuild_dist.yml:22","Warn: npmCommand not pinned by hash: .github/workflows/unit-tests.yml:24","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   8 third-party GitHubAction dependencies pinned","Info:   0 out of   4 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T00:11:55.663Z","repository_id":37793183,"created_at":"2025-08-19T00:11:55.663Z","updated_at":"2025-08-19T00:11:55.663Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283743713,"owners_count":26887011,"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-11-10T02:00:06.292Z","response_time":53,"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"},"tags":[]},"repo_metadata_updated_at":"2025-12-19T17:18:27.687Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":105,"rankings":{"downloads":null,"dependent_repos_count":4.652194580890509,"dependent_packages_count":0.0,"stargazers_count":4.877198542227856,"forks_count":4.056409443828237,"docker_downloads_count":null,"average":3.3964506417366502},"purl":"pkg:githubactions/gagoar/invoke-aws-lambda","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/gagoar/invoke-aws-lambda","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/gagoar/invoke-aws-lambda","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/gagoar/invoke-aws-lambda/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-27T16:43:52.908Z","issues_count":10,"pull_requests_count":114,"avg_time_to_close_issue":21388922.666666668,"avg_time_to_close_pull_request":9657940.840425532,"issues_closed_count":6,"pull_requests_closed_count":94,"pull_request_authors_count":7,"issue_authors_count":9,"avg_comments_per_issue":3.6,"avg_comments_per_pull_request":1.3157894736842104,"merged_pull_requests_count":77,"bot_issues_count":2,"bot_pull_requests_count":95,"past_year_issues_count":1,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":8455583.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":8.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/gagoar%2Finvoke-aws-lambda/issues","maintainers":[{"login":"gagoar","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gagoar"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Finvoke-aws-lambda/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Finvoke-aws-lambda/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Finvoke-aws-lambda/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Finvoke-aws-lambda/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gagoar%2Finvoke-aws-lambda/codemeta","maintainers":[]}