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
# 🚧 WORK IN PROGRESS - See [#1](https://github.com/probot/example-aws-lambda-serverless)
2
+
3
+
# Probot & AWS Lambda example
4
+
5
+
This repository is an example of how to deploy the "Hello, World" of probot apps to [AWS Lambda](https://aws.amazon.com/lambda/) using [serverless](https://www.serverless.com/).
6
+
7
+
## Local setup
8
+
9
+
Install dependencies
10
+
11
+
```
12
+
npm install
13
+
```
14
+
15
+
Start the server
16
+
17
+
```
18
+
npm start
19
+
```
20
+
21
+
Follow the instructions to register a new GitHub app.
0 commit comments