Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
adding readme to prismic-backup-service
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeabryant committed Sep 6, 2016
1 parent a60f9a3 commit 2567206
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions prismic-backup-service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Prismic backup service
============

Lambda that requests documents from prismic and stores the results in an S3 bucket.

```
npm install serverless@1.0.0-rc.1 -g
sls deploy
sls invoke --function backupPrismic
```

0 comments on commit 2567206

Please sign in to comment.