-
Notifications
You must be signed in to change notification settings - Fork 36
Description
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, but now that I've put this up on aws lambda I've run into issues.
Initially, I had followed directions from this guide: https://bdougie.github.io/sls-probot-guide/
I realized that part of my issue was the directions are using a deprecated npm package called @probot/serverless-lambda.
I followed the directions found in this repository, and I'm using @probot/adapter-aws-lambda-serverless instead, but when I hit my lambda function, I receive an error that's not very descriptive. It just says "oops".
Here's my PR: https://github.com/maintainers/invite-automation/pull/33/files
https://github.com/maintainers/invite-automation: whole repo
For my GitHub app..I updated my url. Perhaps, I haven't done that part correctly?