Skip to content

Commit 9ce5cad

Browse files
committed
docs(README): initial version
1 parent 2ba0ebf commit 9ce5cad

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 🚧 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.
22+
23+
## Deployment
24+
25+
🚧 TBD
26+
27+
## License
28+
29+
[ISC](LICENSE)

0 commit comments

Comments
 (0)