Skip to content

Commit

Permalink
iluwatar#113 Event Driven Architecture
Browse files Browse the repository at this point in the history
Fixed a typo in index.md
  • Loading branch information
cfarrugia committed Dec 2, 2015
1 parent 0b46a99 commit 898f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-driven-architecture/index.md
Expand Up @@ -18,7 +18,7 @@ permalink: /patterns/event-driven-architecture

* SendGrid, an email API, sends events whenever an email is processed, delivered, opened etc... (https://sendgrid.com/docs/API_Reference/Webhooks/event.html)
* Chargify, a billing API, exposes payment activity through various events (https://docs.chargify.com/api-events)
* Amazon's AWS Lambda, lets you execute code in response to such as changes to Amazon S3 buckets, updates to an Amazon DynamoDB table, or custom events generated by your applications or devices. (https://aws.amazon.com/lambda)
* Amazon's AWS Lambda, lets you execute code in response to events such as changes to Amazon S3 buckets, updates to an Amazon DynamoDB table, or custom events generated by your applications or devices. (https://aws.amazon.com/lambda)
* MySQL runs triggers based on events such as inserts and update events happening on database tables.

**Credits:**
Expand Down

0 comments on commit 898f3a4

Please sign in to comment.