-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding initial doc for IntegrationSink #6163
Conversation
Signed-off-by: Matthias Wessendorf <[email protected]>
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
spec: | ||
aws: | ||
sqs: | ||
arn: "arn:aws:s3:::my-queue" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional with 3 colons s3:::my-queue
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats the arn 😅, @dsimansk
so, yes intentional
thats the arn 😅
Sent from Gmail Mobile
…On Tue 26. Nov 2024 at 11:37, David Simansky ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/eventing/sinks/integration-sink/aws_sqs.md
<#6163 (comment)>:
> + ```
+
+## AWS SQS Sink Example
+
+Below is an `IntegrationSink` to send data to AWS SQS:
+
+ ```yaml
+ apiVersion: Sinks.knative.dev/v1alpha1
+ kind: IntegrationSink
+ metadata:
+ name: integration-sink-aws-sqs
+ namespace: knative-samples
+ spec:
+ aws:
+ sqs:
+ arn: "arn:aws:s3:::my-queue"
Is it intentional with 3 colons s3:::my-queue?
—
Reply to this email directly, view it on GitHub
<#6163 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABGPTSD4SZ2474F7BU3XZD2CRFPLAVCNFSM6AAAAABSQCQQS6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDINRRGA3DQNRUHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few small recommendations, but overall looks good!
Co-authored-by: Calum Murray <[email protected]>
Co-authored-by: Calum Murray <[email protected]>
Co-authored-by: Calum Murray <[email protected]>
Co-authored-by: Calum Murray <[email protected]>
Co-authored-by: Calum Murray <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold in case you want any other reviews, feel free to unhold!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, matzew The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Proposed Changes