Skip to content

Commit 907a1d8

Browse files
committed
💄 Correct Header
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
1 parent 4d3d539 commit 907a1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eventing/sinks/integration-sink/aws_sns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in
1010
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
1111
```
1212

13-
## AWS SQS Sink Example
13+
## AWS SNS Sink Example
1414

1515
Below is an `IntegrationSink` to send data to AWS SNS:
1616

0 commit comments

Comments
 (0)