Skip to content

Commit

Permalink
docs(README): initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 24, 2021
1 parent 2ba0ebf commit 9ce5cad
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 🚧 WORK IN PROGRESS - See [#1](https://github.com/probot/example-aws-lambda-serverless)

# Probot & AWS Lambda example

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/).

## Local setup

Install dependencies

```
npm install
```

Start the server

```
npm start
```

Follow the instructions to register a new GitHub app.

## Deployment

🚧 TBD

## License

[ISC](LICENSE)

0 comments on commit 9ce5cad

Please sign in to comment.