adapter-aws-lambda-serverless icon indicating copy to clipboard operation
adapter-aws-lambda-serverless copied to clipboard

An extension for running Probot on Lambda

Results 31 adapter-aws-lambda-serverless issues
Sort by recently updated
recently updated
newest added

Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.26.0 to 9.26.3. Release notes Sourced from @​octokit/webhooks's releases. v9.26.3 9.26.3 (2023-11-15) Bug Fixes try to release with previously used semantic-release version (a674dd6) v9.26.2 9.26.2 (2023-11-15) Bug...

dependencies

Bumps [probot](https://github.com/probot/probot) from 12.2.8 to 12.3.3. Release notes Sourced from probot's releases. v12.3.3 12.3.3 (2023-11-15) Bug Fixes deps: @octokit/webhooks security update (#1911) (02d81f8) v12.3.2 12.3.2 (2023-11-14) Bug Fixes Fix async...

dependencies

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

Type: Maintenance

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | --- ### Release...

Type: Maintenance

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...

Type: Maintenance

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

I'm creating a Probot app using the sample code, like so: ``` const { createLambdaFunction, createProbot, } = require("@probot/adapter-aws-lambda-serverless"); const appFn = require("./"); exports.handler = createLambdaFunction(appFn, { probot: createProbot(), });...

``` { "errorType": "TypeError", "errorMessage": "Cannot convert undefined or null to object", "trace": [ "TypeError: Cannot convert undefined or null to object", " at Function.entries ()", " at module.exports (/var/task/node_modules/lowercase-keys/index.js:5:36)",...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [fetch-mock](http://www.wheresrhys.co.uk/fetch-mock) ([source](https://redirect.github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock)) | [`^10.0.5` -> `^12.0.0`](https://renovatebot.com/diffs/npm/fetch-mock/10.1.1/12.6.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/fetch-mock/12.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fetch-mock/10.1.1/12.6.0?slim=true) | --- ###...

Type: Maintenance