Skip to content

Commit 1154cfe

Browse files
committed
fix(mnq): split
1 parent 74fe6a7 commit 1154cfe

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

console/account/reference-content/products-availability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Check availability details of Scaleway products.
88
tags: availability region zone availability-zone
99
dates:
10-
validation: 2024-10-14
10+
validation: 2024-10-21
1111
posted: 2023-01-05
1212
categories:
1313
- console

managed-services/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
meta:
3-
title: Setting up and using TEM webhooks with SNS topics
3+
title: Setting up and using TEM webhooks with Topics and Events
44
description: Learn to monitor and manage email activity in Scaleway Transactional Email.
55
content:
6-
h1: Setting up and using TEM webhooks with SNS topics
6+
h1: Setting up and using TEM webhooks with Topics and Events
77
paragraph: Learn to monitor and manage email activity in Scaleway Transactional Email.
88
tags: transactional webhooks sns managed-services
99
dates:
10-
validation: 2024-07-18
10+
validation: 2024-10-21
1111
posted: 2024-07-18
1212
categories:
1313
- managed-services
1414
---
1515

1616
A webhook is an automated message sent in real-time from one system to another when a specific event happens, the message is typically conveyed using HTTP requests that are sent to an endpoint of your choice.
1717

18-
You can set up webhooks for Scaleway Transaction Email and subscribe them to [Scaleway SNS Topics](/serverless/messaging/how-to/create-manage-topics/) to have real-time event alerts sent to your endpoints.
18+
You can set up webhooks for Scaleway Transaction Email and subscribe them to [Topics and Events topics](/serverless/messaging/how-to/create-manage-topics/) to have real-time event alerts sent to your endpoints.
1919

2020

2121
<Macro id="requirements" />
@@ -26,7 +26,7 @@ You can set up webhooks for Scaleway Transaction Email and subscribe them to [Sc
2626
- Added [SPF, DKIM](/managed-services/transactional-email/how-to/add-spf-dkim-records-to-your-domain/), [MX](/managed-services/transactional-email/how-to/add-mx-record-to-your-domain/) and [DMARC](/managed-services/transactional-email/how-to/add-dmarc-record/) records to your domain(s)
2727
- Have the necessary quotas to use Transactional Email Webhooks during beta. You can request quotas from the [Scaleway betas page](https://www.scaleway.com/fr/betas/#email-webhooks).
2828

29-
1. [Create an SNS topic](/serverless/messaging/how-to/create-manage-topics/#how-to-create-a-topic) with Scaleway Topics and Events.
29+
1. [Create a Topics and Events topic](/serverless/messaging/how-to/create-manage-topics/#how-to-create-a-topic) with Scaleway Topics and Events.
3030

3131
2. Copy the ARN identifier of the topic in the **Topics** tab as you will need it later.
3232

managed-services/transactional-email/how-to/create-webhooks.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn to monitor and manage email activity in Scaleway Transactional Email.
88
tags: transactional webhooks sns managed-services
99
dates:
10-
validation: 2024-08-07
10+
validation: 2024-10-21
1111
posted: 2024-08-07
1212
categories:
1313
- managed-services
@@ -20,7 +20,7 @@ They can be used to track and respond to email-related events such as deliveries
2020
You can set up webhooks for Scaleway Transactional Email and subscribe them to [Scaleway Topics and Events](/serverless/messaging/how-to/create-manage-topics/) to have real-time event alerts sent to your endpoints in the Scaleway console.
2121

2222
<Message type="note">
23-
Currently, webhooks are integrated exclusively with the Scaleway Topics and Events. Billing for webhooks is based on the Scaleway [SNS billing](https://www.scaleway.com/en/pricing/managed-databases/#messaging-and-queuing).
23+
Currently, webhooks are integrated exclusively with the Scaleway Topics and Events. Billing for webhooks is based on the Scaleway [Topics and Events billing](https://www.scaleway.com/en/pricing/managed-databases/#messaging-and-queuing).
2424
</Message>
2525

2626
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -44,9 +44,9 @@ You can create only one webhook per domain.
4444
<Message type="note">
4545
Webhook names must be between 3 and 127 characters.
4646
</Message>
47-
- Select an existing SNS topic. Existing topics are displayed based on the region you select.
47+
- Select an existing topic. Existing topics are displayed based on the region you select.
4848
<Message type="tip">
49-
If you do not have an SNS topic, you can [create one](serverless/messaging/how-to/create-manage-topics/) with Scaleway Topics and Events from the console.
49+
If you do not have a topic, you can [create one](serverless/messaging/how-to/create-manage-topics/) with Scaleway Topics and Events from the console.
5050
</Message>
5151
- Choose the email events that will trigger the webhook and send information to your selected topic.
5252
<Message type="note">
@@ -72,6 +72,6 @@ Once you have created webhooks, you can delete them anytime.
7272
1. Click **Transactional Email** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. Your domains display.
7373
2. Click the domain for which you want to delete a webhook.
7474
3. Click the **Webhooks** tab.
75-
4. Click <Icon name="more" /> > **Delete** next to the name of the webhook you want to delete. A pop-up appears to warn that linked topic and subscriptions will stay available in SNS.
75+
4. Click <Icon name="more" /> > **Delete** next to the name of the webhook you want to delete. A pop-up appears to warn that linked topic and subscriptions will stay available in Topics and Events.
7676
5. Click **Delete Webhook**.
7777

serverless/functions/reference-content/configure-trigger-inputs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Configure trigger inputs for Scaleway Serverless Functions to automate executions.
88
tags: functions
99
dates:
10-
validation: 2024-07-02
10+
validation: 2024-10-21
1111
posted: 2023-06-09
1212
categories:
1313
- serverless

tutorials/create-serverless-scraping/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- postgresql-and-mysql
1212
tags: terraform scraping-architecture
1313
dates:
14-
validation: 2024-09-16
14+
validation: 2024-10-21
1515
posted: 2023-12-08
1616
---
1717

@@ -142,8 +142,8 @@ For the purposes of this tutorial, we show how to provision all resources via Te
142142
If you do not want to use Terraform, you can also create the required resources via the [console](https://console.scaleway.com/), the [Scaleway API](https://www.scaleway.com/en/developers/api/), or any other [developer tool](https://www.scaleway.com/en/developers/). Remember that if you do so, you will need to set up environment variables for functions as previously specified. The following documentation may help create the required resources:
143143
- **Scaleway Queues resources**: [console documentation](/serverless/messaging/quickstart/) | [API documentation](https://www.scaleway.com/en/developers/api/messaging-and-queuing/sqs-api/)
144144
- **Managed Database for PostgreSQL**: [console documentation](/managed-databases/postgresql-and-mysql/quickstart/) | [API documentation](https://www.scaleway.com/en/developers/api/managed-database-postgre-mysql/)
145-
- **Serverless Functions**: [console documentation](https://www.scaleway.com/en/docs/serverless/functions/quickstart/) | [API documentation](https://www.scaleway.com/en/developers/api/serverless-functions/)
146-
- **Serverless Functions triggers**: [console documentation](https://www.scaleway.com/en/docs/serverless/functions/how-to/add-trigger-to-a-function/) | [API documentation](https://www.scaleway.com/en/developers/api/serverless-functions/#path-triggers-list-all-triggers)
145+
- **Serverless Functions**: [console documentation](/serverless/functions/quickstart/) | [API documentation](https://www.scaleway.com/en/developers/api/serverless-functions/)
146+
- **Serverless Functions triggers**: [console documentation](/serverless/functions/how-to/add-trigger-to-a-function/) | [API documentation](https://www.scaleway.com/en/developers/api/serverless-functions/#path-triggers-list-all-triggers)
147147
</Message>
148148

149149
1. Create a directory called `terraform` (at the same level as the `scraper` and `consumer` directories created in the previous steps).

tutorials/deploy-laravel-on-serverless-containers/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- containers
1212
- container-registry
1313
dates:
14-
validation: 2024-06-17
14+
validation: 2024-10-21
1515
posted: 2023-06-01
1616
---
1717

@@ -25,21 +25,21 @@ This tutorial provides a step-by-step guide for deploying a containerized Larave
2525

2626
## Why Scaleway is suitable for deploying containerized applications
2727

28-
Scaleway provides a seamless environment for running and managing containers, offering features such as [Container Registry](https://www.scaleway.com/en/container-registry/), [Serverless Containers](https://www.scaleway.com/en/serverless-containers/), [Queues](https://www.scaleway.com/en/docs/serverless/messaging/) and [Observability](https://www.scaleway.com/en/cockpit/). By combining the benefits of containerization with Scaleway's platform, developers should be able to easily deploy, scale, and manage their applications efficiently.
28+
Scaleway provides a seamless environment for running and managing containers, offering features such as [Container Registry](https://www.scaleway.com/en/container-registry/), [Serverless Containers](https://www.scaleway.com/en/serverless-containers/), [Queues](/serverless/messaging/) and [Observability](https://www.scaleway.com/en/cockpit/). By combining the benefits of containerization with Scaleway's platform, developers should be able to easily deploy, scale, and manage their applications efficiently.
2929

3030
<Message type="tip">
3131
[Serverless Containers](https://www.scaleway.com/en/serverless-containers/) offers significant advantages when deploying Laravel applications over [Serverless Functions](https://www.scaleway.com/en/serverless-functions/), as it provides the flexibility to customize the runtime environment according to your specific needs.
3232
</Message>
3333

3434
## Creating a queue
3535

36-
Laravel applications make use of [queues](https://laravel.com/docs/10.x/queues) to process long-running jobs in the background. As this feature of the Laravel framework is nearly always used, we will configure it and leverage the [Scaleway Queues](https://www.scaleway.com/en/docs/serverless/messaging/) product from Scaleway. The [Scaleway documentation](/serverless/messaging/quickstart/) provides clear information on how this managed service works and can be configured.
36+
Laravel applications make use of [queues](https://laravel.com/docs/10.x/queues) to process long-running jobs in the background. As this feature of the Laravel framework is nearly always used, we will configure it and leverage the [Scaleway Queues](/serverless/messaging/) product from Scaleway. The [Scaleway documentation](/serverless/messaging/quickstart/) provides clear information on how this managed service works and can be configured.
3737

3838
1. Create a queue. In this example, we create a `Standard` queue (At-least-once delivery, the order of messages is not preserved) with the default parameters. This queue will be the default queue used by our application.
3939

4040
<Lightbox src="scaleway-serverless-messaging-queue.webp" alt="Scaleway Console Messaging and Queuing Queue" />
4141

42-
3. Generate credentials. In this example, we generate the credentials with `read` and `write` access.
42+
2. Generate credentials. In this example, we generate the credentials with `read` and `write` access.
4343

4444
<Lightbox src="scaleway-serverless-messaging-credential.webp" alt="Scaleway Console Messaging and Queuing Credential" />
4545

tutorials/large-messages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- object-storage
1212
tags: messaging nats terraform big-data
1313
dates:
14-
validation: 2024-08-07
14+
validation: 2024-10-21
1515
posted: 2024-01-22
1616
---
1717

@@ -43,7 +43,7 @@ This tutorial's architecture is very simple, consisting of two main components:
4343
Three essential services are required to ensure everything is working together:
4444

4545
- An Object Storage bucket for storing the image file.
46-
- A MScaleway NATS server responsible for receiving and dispatching messages sent by our producer.
46+
- A Scaleway NATS server responsible for receiving and dispatching messages sent by our producer.
4747
- A triggering mechanism in NATS that forwards the message to our consumer.
4848

4949
## Prepare the infrastructure

tutorials/sns-instances-notification-system/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
tags: messaging sns monitoring terraform
1212
dates:
13-
validation: 2024-09-16
13+
validation: 2024-10-21
1414
posted: 2024-03-08
1515
---
1616

tutorials/transform-bucket-images-triggers-functions-deploy/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- object-storage
1212
tags: serverless triggers sqs queue
1313
dates:
14-
validation: 2024-10-03
14+
validation: 2024-10-21
1515
posted: 2023-07-07
1616
---
1717

tutorials/transform-bucket-images-triggers-functions-set-up/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- object-storage
1212
tags: serverless functions triggers sqs
1313
dates:
14-
validation: 2024-10-03
14+
validation: 2024-10-21
1515
posted: 2023-07-07
1616
validation_frequency: 24
1717
---

0 commit comments

Comments
 (0)