Skip to content

aws-samples/webhooks

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.