Skip to content

Send and receive webhooks on AWS: Innovate with event notifcations.

License

Notifications You must be signed in to change notification settings

chandrashekhart/webhooks

 
 

Repository files navigation

Webhooks on AWS: Innovate with event notifications

This repository is intended for developers looking to send or receive webhooks using AWS. It contains code samples for the reference architectures outlined on Sending and receiving webhooks on AWS: Innovate with event notifications. This includes:

  • send-webhooks/: An application that delivers webhooks to an external endpoint.
  • receive-webhooks/: An API that receives webhooks with capacity to handle large payloads.

If you have any comments, suggestions or feedback, we'd love to hear from you.

Architecture: Send Webhooks

An architecture to send webhooks using Amazon EventBridge Pipes

Architecture: Receive Webhooks

An architecture to receive webhooks using the claim-check pattern

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

Send and receive webhooks on AWS: Innovate with event notifcations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Makefile 1.0%