You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| HTTP | The URL of a service or web server that can receive notifications (HTTP POST requests) from SNS, e.g. `http://example.fr`| - For security reasons, we recommend using the HTTPS protocol rather than HTTP. <br /> - HTTP subscriptions must be [confirmed](/serverless/messaging/how-to/create-manage-subscriptions/#how-to-confirm-an-http-or-https-subscription) after creation |
151
-
| HTTPS | The URL of a service or web server that can receive notifications (HTTPS POST requests) from SNS, e.g. `https://example.fr`| - HTTPS subscriptions must be [confirmed](/serverless/messaging/how-to/create-manage-subscriptions/#how-to-confirm-an-http-or-https-subscription) after creation |
152
-
| Serverless Functions and Containers | A Scaleway Serverless [Function](/serverless/functions/quickstart/) or [Container](/serverless/containers/quickstart/) <br /> | - It must have a [public](/serverless/functions/concepts/#privacy-policy) privacy policy <br /> - It must be in a [namespace](/serverless/functions/concepts/#namespace) from the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](#region) as the SNS topic |
153
-
|Queue| A Scaleway [queue](#queue) <br /> | - It must be in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](#region) as the topic |
150
+
| HTTP | The URL of a service or web server that can receive notifications (HTTP POST requests) from Topics and Events, e.g. `http://example.fr`| - For security reasons, we recommend using the HTTPS protocol rather than HTTP. <br /> - HTTP subscriptions must be [confirmed](/serverless/messaging/how-to/create-manage-subscriptions/#how-to-confirm-an-http-or-https-subscription) after creation |
151
+
| HTTPS | The URL of a service or web server that can receive notifications (HTTPS POST requests) from Topics and Events, e.g. `https://example.fr`| - HTTPS subscriptions must be [confirmed](/serverless/messaging/how-to/create-manage-subscriptions/#how-to-confirm-an-http-or-https-subscription) after creation |
152
+
| Serverless Functions and Containers | A Scaleway Serverless [Function](/serverless/functions/quickstart/) or [Container](/serverless/containers/quickstart/) <br /> | - It must have a [public](/serverless/functions/concepts/#privacy-policy) privacy policy <br /> - It must be in a [namespace](/serverless/functions/concepts/#namespace) from the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](#region) as the topic |
153
+
|Queues| A Scaleway [queue](#queue) <br /> | - It must be in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](#region) as the topic |
Copy file name to clipboardExpand all lines: serverless/messaging/how-to/create-manage-subscriptions.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This page shows how to create and manage [subscriptions](/serverless/messaging/c
30
30
3. Click the name of the topic you want to create a subscription for.
31
31
32
32
4. Click **Create Subscription**. The subscription creation wizard displays.
33
-
<Lightboxsrc="scaleway-topics-create-subs.webp"alt="In the Scaleway console, the Create a Subscription screen displays. The different sections of the screen are described in the steps below">
33
+
<Lightboxsrc="scaleway-topics-create-subs.webp"alt="In the Scaleway console, the Create a Subscription screen displays. The different sections of the screen are described in the steps below" />
34
34
35
35
5. Verify the parameters of the topic that you are creating a subscription for (name, type and).
36
36
@@ -39,7 +39,7 @@ This page shows how to create and manage [subscriptions](/serverless/messaging/c
39
39
<Tabsid="messaging-subscription-protocol">
40
40
<TabsTablabel="HTTP">
41
41
<br />
42
-
Select **HTTP** to create a subscription for a service or web server that can receive `HTTP POST` requests from SNS, via standard HTTP protocol.
42
+
Select **HTTP** to create a subscription for a service or web server that can receive `HTTP POST` requests from Topics and Events, via standard HTTP protocol.
43
43
44
44
Note that for security reasons, we recommend using the HTTPS protocol, rather than HTTP.
45
45
@@ -50,7 +50,7 @@ This page shows how to create and manage [subscriptions](/serverless/messaging/c
50
50
</TabsTab>
51
51
<TabsTablabel="HTTPS">
52
52
<br />
53
-
Select **HTTPS** to create a subscription for a service or web server that can receive `HTTP POST` requests from SNS, via secure HTTP protocol.
53
+
Select **HTTPS** to create a subscription for a service or web server that can receive `HTTP POST` requests from Topics and Events, via secure HTTP protocol.
54
54
55
55
You are prompted to enter the URL of the HTTP endpoint to subscribe, e.g. `example.com`. Note that the scheme (`https://`) is not required.
56
56
@@ -60,15 +60,15 @@ This page shows how to create and manage [subscriptions](/serverless/messaging/c
60
60
<br />
61
61
Choose **Serverless Functions and Containers** to create a subscription for a Scaleway Serverless Function or Container that you have created.
62
62
63
-
You are prompted to select the **namespace** containing the Function or Container that you want to subscribe. Only namespaces in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the SNS topic can be selected.
63
+
You are prompted to select the **namespace** containing the Function or Container that you want to subscribe. Only namespaces in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the topic can be selected.
64
64
65
-
You are prompted to select the Serverless Function or Container to subscribe. Only Functions and Containers with a public [privacy policy](/serverless/functions/concepts/#privacy-policy) can subscribe to an SNS topic.
65
+
You are prompted to select the Serverless Function or Container to subscribe. Only Functions and Containers with a public [privacy policy](/serverless/functions/concepts/#privacy-policy) can subscribe to an topic.
66
66
</TabsTab>
67
67
<TabsTablabel="Queues">
68
68
<br />
69
-
Choose **Queues** to create a subscription for a Scaleway Queue that you have created.
69
+
Choose **Queues** to create a subscription for a Scaleway queue that you have created.
70
70
71
-
You are prompted to select the **queue** to subscribe. Only queues in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the SNS topic can be selected.
71
+
You are prompted to select the **queue** to subscribe. Only queues in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the topic can be selected.
72
72
</TabsTab>
73
73
</Tabs>
74
74
@@ -84,7 +84,7 @@ An HTTP or HTTPS subscription will have a `Pending` status until you **confirm**
84
84
85
85
2. Click the <Iconname="more" /> icon next to the subscription you wish to confirm, then select **Confirm subscription** from the menu. A pop-up displays:
86
86
87
-
<Lightboxsrc="scaleway-topics-confirmation.webp"alt="In the Scaleway console, a pop-up displays saying 'A subscription confirmation message has been sent to the subscription endpoint. Retrieve the SubscribeURL value from the message and enter it in the box below. This is a necessary step to start receiving messages from the topic.' />
87
+
<Lightboxsrc="scaleway-topics-confirmation.webp"alt="In the Scaleway console, a pop-up displays saying 'A subscription confirmation message has been sent to the subscription endpoint. Retrieve the SubscribeURL value from the message and enter it in the box below. This is a necessary step to start receiving messages from the topic'." />
88
88
89
89
3. Retrieve the confirmation message that Scaleway Topics and Events sent to your endpoint (delivered as an `HTTP POST` request), and extract the `SubscribeURL` from the message payload.
Copy file name to clipboardExpand all lines: serverless/messaging/quickstart.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ You are returned to the **Topics** tab, where your newly-created topic now displ
228
228
3. Click the name of the topic you want to create a subscription for.
229
229
230
230
4. Click **Create Subscription**. The subscription creation wizard displays.
231
-
<Lightboxsrc="scaleway-topics-create-subs.webp"alt="In the Scaleway console, the Create a Subscription screen displays. The different sections of the screen are described in the steps below">
231
+
<Lightboxsrc="scaleway-topics-create-subs.webp"alt="In the Scaleway console, the Create a Subscription screen displays. The different sections of the screen are described in the steps below" />
232
232
233
233
5. Verify the parameters of the topic that you are creating a subscription for (name, type and).
234
234
@@ -237,7 +237,7 @@ You are returned to the **Topics** tab, where your newly-created topic now displ
237
237
<Tabsid="messaging-subscription-protocol">
238
238
<TabsTablabel="HTTP">
239
239
<br />
240
-
Select **HTTP** to create a subscription for a service or web server that can receive `HTTP POST` requests from SNS, via standard HTTP protocol.
240
+
Select **HTTP** to create a subscription for a service or web server that can receive `HTTP POST` requests from Topics and Events, via standard HTTP protocol.
241
241
242
242
Note that for security reasons, we recommend using the HTTPS protocol, rather than HTTP.
243
243
@@ -248,7 +248,7 @@ You are returned to the **Topics** tab, where your newly-created topic now displ
248
248
</TabsTab>
249
249
<TabsTablabel="HTTPS">
250
250
<br />
251
-
Select **HTTPS** to create a subscription for a service or web server that can receive `HTTP POST` requests from SNS, via secure HTTP protocol.
251
+
Select **HTTPS** to create a subscription for a service or web server that can receive `HTTP POST` requests from Topics and Events, via secure HTTP protocol.
252
252
253
253
You are prompted to enter the URL of the HTTP endpoint to subscribe, e.g. `example.com`. Note that the scheme (`https://`) is not required.
254
254
@@ -258,15 +258,15 @@ You are returned to the **Topics** tab, where your newly-created topic now displ
258
258
<br />
259
259
Choose **Serverless Functions and Containers** to create a subscription for a Scaleway Serverless Function or Container that you have created.
260
260
261
-
You are prompted to select the **namespace** containing the Function or Container that you want to subscribe. Only namespaces in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the SNS topic can be selected.
261
+
You are prompted to select the **namespace** containing the Function or Container that you want to subscribe. Only namespaces in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the topic can be selected.
262
262
263
-
You are prompted to select the Serverless Function or Container to subscribe. Only Functions and Containers with a public [privacy policy](/serverless/functions/concepts/#privacy-policy) can subscribe to an SNS topic.
263
+
You are prompted to select the Serverless Function or Container to subscribe. Only Functions and Containers with a public [privacy policy](/serverless/functions/concepts/#privacy-policy) can subscribe to a topic.
264
264
</TabsTab>
265
265
<TabsTablabel="Queues">
266
266
<br />
267
-
Choose **Queues** to create a subscription for a Scaleway Queue that you have created.
267
+
Choose **Queues** to create a subscription for a Scaleway queue that you have created.
268
268
269
-
You are prompted to select the **queue** to subscribe. Only queues in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the SNS topic can be selected.
269
+
You are prompted to select the **queue** to subscribe. Only queues in the same [Project](/identity-and-access-management/organizations-and-projects/concepts/#project) and [region](/serverless/messaging/concepts/#region) as the topic can be selected.
0 commit comments