issues Search Results · repo:probot/adapter-aws-lambda-serverless language:JavaScript
Filter by
42 results
(83 ms)42 results
inprobot/adapter-aws-lambda-serverless (press backspace or delete to remove){
errorType : TypeError ,
errorMessage : Cannot convert undefined or null to object ,
trace : [
TypeError: Cannot convert undefined or null to object ,
at Function.entries ( anonymous ...
Neferpitooou
- 3
- Opened on Jul 2, 2024
- #129
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 ...
matthewdfuller
- 1
- Opened on Jan 8, 2023
- #115
I m trying to add HTTP routes to a Probot app deployed to AWS Lambda with your adapter. The HTTP route /api/hello-world
added works when deploying the app locally with nodemon src/index.ts. However, the ...
tschaffter
- 1
- Opened on Oct 17, 2022
- #106
I m building a probot app that when a user stars a repo, they either get invited to the repo or an issue is opened
depending on specific situations. The probot app was working great when I tested via smee, ...
blackgirlbytes
- 7
- Opened on Dec 1, 2021
- #84
Background Info
I have a Probot application running Probot major version 11.4.1 that depends on this AWS Lambda Serverless adapter. I
upgraded this adapter to v2.1.0 in my Probot application. I also understand ...
released
jaylenw
- 3
- Opened on Nov 5, 2021
- #82
I m trying to run the following probot using AWS Lambda that s getting events from a GHE instance.
1. I used the example project and update the app.js to use the bot code.
2. I also updated
https://github.com/renovatebot/renovate-approve-bot/blob/80e0b5e0ea1d0b0b48862de39b813dce6cfd3d57/index.js#L47 ...
codezninja
- 1
- Opened on Sep 7, 2021
- #79
I am having the app.js code like below. While invoking the lambda asynchronously, it s not waiting for any event emitter
callback to execute.
module.exports = async (app) = {
// Your code here
app.log.info( ...
released
SuchismitaGoswami
- 21
- Opened on Aug 29, 2021
- #78
Would have sense to remove this step after adding cache option to setup-node ?
https://github.com/probot/adapter-aws-lambda-serverless/blob/1429700be65b65bd0037c9038f4d6c64a995fc67/.github/workflows/test.yml#L27-L33 ...
released
oscard0m
- 2
- Opened on Jul 5, 2021
- #73
follow up to https://github.com/probot/adapter-aws-lambda-serverless/pull/63
/cc @axel3rd I think that would have saved you a lot of headache.
gr2m
- 4
- Opened on Feb 23, 2021
- #65
In part of #61, I tried to add an OpenAPI v3 AWS Gateway REST API deployment (aka: Manual AWS Lambda + API deployment).
The most simple looks file:
openapi: 3.0.1
info:
title: my-probot
description: ...
axel3rd
- Opened on Feb 23, 2021
- #64

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.