o-nikolas commented on code in PR #32498: URL: https://github.com/apache/airflow/pull/32498#discussion_r1262818421
########## docs/apache-airflow-providers-amazon/operators/events.rst: ########## @@ -0,0 +1,47 @@ + .. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + .. http://www.apache.org/licenses/LICENSE-2.0 + + .. Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +======================================== +Amazon EventBridge +======================================== + +`Amazon Eventbridge <https://docs.aws.amazon.com/eventbridge/>`__ is a serverless event bus service that makes it easy +to connect your applications with data from a variety of sources. EventBridge delivers a stream of real-time data from +your own applications, software-as-a-service (SaaS) applications, and AWS services and routes that data to targets such +as AWS Lambda. You can set up routing rules to determine where to send your data to build application architectures +that react in real time to all of your data sources. EventBridge enables you to build event-driven architectures +that are loosely coupled and distributed. + +Prerequisite Tasks +------------------ + +.. include:: ../_partials/prerequisite_tasks.rst + +Operators +------- Review Comment: There are some doc builds failures, including this line not matching the length of the word above it. You can run the docs build on your laptop for just the amazon provider like this: `breeze build-docs --package-filter apache-airflow-providers-amazon`. Ensure that passes green :green_circle: ```suggestion Operators --------- ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
