You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"ok":true} <-- Concent for Probot v10: {"message":"Received test.test"}
65
+
```
66
+
52
67
## Examples
53
68
54
69
- [example-aws-lambda-serverless](https://github.com/probot/example-aws-lambda-serverless/#readme) - Official example application that is continuously deployed to AWS Lambda
| 403 | Missing Authentication Token | Bad endpoint (this one is not binded on Lambda) |
78
+
| 500 | Internal server error | Incorrect headers value (`X-GitHub-Delivery`, `X-GitHub-Event`, `X-Hub-Signature`) or Probot error |
79
+
80
+
## Probot v11 migration key points
81
+
82
+
For Probot v11 support, this adapter introduces significant changes. Here the key points to update (in addition of [Probot v11 breaking changes](https://github.com/probot/probot/releases/tag/v11.0.0)):
0 commit comments