This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-sns in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 3f9cb584bb5f9d74fb45f181c416aa720f59630c Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 26 09:07:19 2021 +0100 Added AWS SNS Sink Kamelet --- aws-sns-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-sns-sink.kamelet.yaml b/aws-sns-sink.kamelet.yaml index 1c30514..6a668e0 100644 --- a/aws-sns-sink.kamelet.yaml +++ b/aws-sns-sink.kamelet.yaml @@ -11,7 +11,7 @@ spec: definition: title: AWS SNS Sink description: |- - Send message to an AWS SNS Queue + Send message to an AWS SNS Topic required: - topicNameOrArn - accessKey
