{"id":17444417,"url":"https://github.com/jameskyburz/local-lambda-invoke","last_synced_at":"2026-05-09T09:51:06.217Z","repository":{"id":143886744,"uuid":"172461043","full_name":"JamesKyburz/local-lambda-invoke","owner":"JamesKyburz","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-23T08:05:46.000Z","size":1938,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T05:05:41.227Z","etag":null,"topics":["aws","aws-lambda","aws-lambda-invoke","development","node"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesKyburz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-25T08:02:31.000Z","updated_at":"2020-06-23T08:05:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb243aed-4fe7-437f-8b5b-65bfb49b62ec","html_url":"https://github.com/JamesKyburz/local-lambda-invoke","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesKyburz%2Flocal-lambda-invoke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesKyburz%2Flocal-lambda-invoke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesKyburz%2Flocal-lambda-invoke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesKyburz%2Flocal-lambda-invoke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesKyburz","download_url":"https://codeload.github.com/JamesKyburz/local-lambda-invoke/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569132,"owners_count":20959758,"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","aws-lambda","aws-lambda-invoke","development","node"],"created_at":"2024-10-17T17:24:37.163Z","updated_at":"2026-05-09T09:51:05.706Z","avatar_url":"https://github.com/JamesKyburz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# local-lambda-invoke\n\nSupport a lambda calling another lambda for local use only.\n\n[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/feross/standard)\n[![Greenkeeper badge](https://badges.greenkeeper.io/JamesKyburz/local-lambda-invoke.svg)](https://greenkeeper.io/)\n[![build status](https://api.travis-ci.org/JamesKyburz/local-lambda-invoke.svg)](https://travis-ci.org/JamesKyburz/local-lambda-invoke)\n[![downloads](https://img.shields.io/npm/dm/local-lambda-invoke.svg)](https://npmjs.org/package/local-lambda-invoke)\n\n### usage\n\n```javascript\nconst Lambda = require('aws-sdk/clients/lambda')\nconst localLambdaInvoke = require('local-lambda-invoke')(Lambda)\n\nLambda[Symbol.for('localHandlers')] = {\n  async 'test-lambda' (event, context) { return 'okidoki' }\n}\n\nconst params = {\n  FunctionName: 'test-lambda',\n  Payload: JSON.stringify({ testing: true }),\n  InvocationType: 'Event',\n  LogType: 'None',\n  Qualifier: '$LATEST'\n}\n\nconst lambda = new Lambda()\nlambda.invoke(params).promise().then(console.log, console.error)\n\n```\n\n# license\n\n[Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameskyburz%2Flocal-lambda-invoke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameskyburz%2Flocal-lambda-invoke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameskyburz%2Flocal-lambda-invoke/lists"}