Skip to content

Commit

Permalink
Add sample event to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiguangwang committed Apr 28, 2018
1 parent 9fa9266 commit ce9c313
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ Inspired by [Deploying EFF's Certbot in AWS Lambda](https://arkadiyt.com/2018/01
- Supports wildcard certificates (Let's Encrypt ACME v2).
- Uploads certificates to specified Amazon S3 bucket.
- Works with CloudWatch Scheduled Events for certificate renewal.

## Sample Event

```json
{
"domains": "*.foobar.com,foobar.com",
"email": "[EMAIL]",
"s3_bucket": "[BUCKET]",
"s3_prefix": "[KEY_PREFIX]"
}
```

0 comments on commit ce9c313

Please sign in to comment.