Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 9efee25

Browse files
committed
style: Add bullet points before prerequisites
1 parent 3133622 commit 9efee25

12 files changed

+57
-5
lines changed

docs/sources/awscodecommit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ as a new commit or the creation of a pull request, happens in this repository.
55

66
## Prerequisites
77

8+
* CodeCommit Repository and Branch
9+
* Amazon Resource Name (ARN)
10+
* API Credentials
11+
812
### CodeCommit Repository and Branch
913

1014
If you don't already have an AWS CodeCommit repository, create one by following the instructions at [Create an AWS

docs/sources/awscognitouserpool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ creation of a new user, happens in the user identity pool.
55

66
## Prerequisites
77

8+
* AWS Cognito User Pool
9+
* Amazon Resource Name (ARN)
10+
* API Credentials
11+
812
### AWS Cognito User Pool
913

1014
If you don't already have an AWS Cognito User Pool, create one by following the instructions in the [Getting started

docs/sources/awsdynamodb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sequence of item-level modifications from a [DynamoDB Stream][ddb-streams].
55

66
## Prerequisites
77

8+
* DynamoDB Table and Stream
9+
* Amazon Resource Name (ARN)
10+
* API Credentials
11+
812
### DynamoDB Table and Stream
913

1014
If you don't already have an AWS DynamoDB Table, create one by following the instructions at [Getting Started with

docs/sources/awskinesis.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ after wrapping them in a [CloudEvent][ce] envelope.
55

66
## Prerequisites
77

8+
* Kinesis Data Stream
9+
* Amazon Resource Name (ARN)
10+
* API Credentials
11+
812
### Kinesis Data Stream
913

1014
If you don't already have an AWS Kinesis Data Stream, create one by following the instructions at [Creating and Updating

docs/sources/awss3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ an [Amazon SQS queue][sqs-docs] in order to be consumable by the event source.
55

66
## Prerequisites
77

8+
* S3 Bucket
9+
* Amazon Resource Name (ARN)
10+
* API Credentials
11+
* SQS Queue _(optional)_
12+
813
### S3 Bucket
914

1015
If you didn't already do so, create a S3 bucket by following the instructions at [Create your first S3

docs/sources/awssns.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sink.
55

66
## Prerequisites
77

8+
* SNS Topic (standard)
9+
* Amazon Resource Name (ARN)
10+
* API Credentials
11+
812
### SNS Topic (standard)
913

1014
If you don't already have an AWS SNS standard topic, create one by following the instructions in the [Getting started

docs/sources/awssqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The event source captures messages sent to a [AWS SQS queue][sqs-docs] and sends
44

55
## Prerequisites
66

7+
* SQS Queue
8+
* Amazon Resource Name (ARN)
9+
* API Credentials
10+
711
### SQS Queue
812

913
If you don't already have an AWS SQS queue, create one by following the instructions in the [Getting started with Amazon

docs/sources/azureactivitylogs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ selected set of log categories to a dedicated Event Hub, then subscribing to the
66

77
## Prerequisites
88

9+
* Service Principal
10+
* Event Hubs Namespace
11+
* Event Hubs Instance _(optional)_
12+
* Shared Access Policy / Shared Access Signature (SAS)
13+
914
### Service Principal
1015

1116
A [Service Principal][sp] is required in order to authenticate the event source against the Azure tenant that has

docs/sources/azureblobstorage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ in this setup.
66

77
## Prerequisites
88

9+
* Storage Account
10+
* Service Principal
11+
* Event Hubs Namespace
12+
* Event Hubs Instance _(optional)_
13+
914
### Storage Account
1015

1116
If you didn't already do so, create a [Storage Account][storage-acc] of one of the following supported types:

docs/sources/googlecloudpubsub.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This event source subscribes to messages sent to a [Google Cloud Pub/Sub][gc-pub
44

55
## Prerequisites
66

7+
* Service Account
8+
* Pub/Sub Topic
9+
* Pub/Sub Subscription _(optional)_
10+
711
### Service Account
812

913
A [Service Account][gc-pubsub-svcacc] is required to authenticate the event source and allow it to interact with Google

0 commit comments

Comments
 (0)