July 1, 2020 / Eternal Team
There are so many services which are “working as a serverless” on AWS. Let see which services are those.
and many more…
But in this blog, we will discuss AWS Event bridge.
So What is an AWS Event bridge??
Event bridge is a fully managed service that takes care of event ingestion and delivery, security, and error handling and required infrastructure management tasks to set up to run a highly scalable serverless event bus.
It is a serverless event bus that connects the application data from your own apps, SaaS, AWS services and routes the data to the target such as AWS Lambda and Amazon SNS.
EventBridge supports 10 SaaS application partners and 90+ AWS Services as event sources.
Please visit the EventBridge partner page for more information.
Event bridge formally calls CloudWatch events and it uses the same CloudWatch event API and you pay what you use. With this, you can also configure the AWS resources as targets of Event bridge. Some example targets are.
This service is available in the following regions.
US East (Ohio and N. Virginia), US West (Oregon and N. California), Canada (Central), EU (Stockholm, Paris, Ireland, Frankfurt, and London), Asia Pacific (Mumbai, Tokyo, Hong Kong, Seoul, Singapore, and Sydney), and South America (São Paulo).
How does it work?
Key concepts
Now Question comes how to set up on AWS console, so please follow link
Note This blog is created with the help of AWS official documents. So that if you want to know more about the service.
Please Follow below link.