Skip to content

Commit

Permalink
Add Posthook and Scheduling section.
Browse files Browse the repository at this point in the history
Posthook lets you schedule webhooks for later and set up workflows from your functions and run them on a repeating schedule.
  • Loading branch information
cgenuity committed Oct 5, 2018
1 parent 8d1038a commit 03bf37a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [Forms](#forms)
- [Image management and File storage](#image-management-and-file-storage)
- [Realtime](#realtime)
- [Scheduling](#scheduling)
- [Email sending, subscriptions and newsletters](#email-sending-subscriptions-and-newsletters)
- [SMS sending](#sms-sending)
- [Push notifications](#push-notifications)
Expand Down Expand Up @@ -206,6 +207,9 @@ https://www.quora.com/What-is-serverless-computing
* [Pusher](https://pusher.com/) - Build Apps, Not Infrastructure.
* [Pubnub](https://www.pubnub.com/) - PubNub utilizes a Publish/Subscribe[2] model for realtime data streaming.

### Scheduling
* [Posthook](https://posthook.io/) - Run code only when you need to by scheduling webhooks for later. Set up workflows from your functions and run them on a repeating schedule.

### Email sending, subscriptions and newsletters
* [Lambda Mailer](https://github.com/eahefnawy/lambda-mailer) - AWS Lambda for sending emails.
* [Serverless Mailer](https://github.com/eahefnawy/serverless-mailer) - Serverless Module for sending emails.
Expand Down

0 comments on commit 03bf37a

Please sign in to comment.