From c3f826e9d3d6cab076f6b4888e1189830abcc2a4 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 23 Oct 2024 11:18:51 +0200 Subject: [PATCH] chore(GEN): documentation review MTA-5176 --- .../functions/how-to/package-function-dependencies-in-zip.mdx | 2 +- serverless/messaging/api-cli/python-node-sqs.mdx | 1 + serverless/messaging/api-cli/sqs-sns-aws-cli.mdx | 1 + serverless/messaging/reference-content/limitations.mdx | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/serverless/functions/how-to/package-function-dependencies-in-zip.mdx b/serverless/functions/how-to/package-function-dependencies-in-zip.mdx index 3250c01264..cc7e88332e 100644 --- a/serverless/functions/how-to/package-function-dependencies-in-zip.mdx +++ b/serverless/functions/how-to/package-function-dependencies-in-zip.mdx @@ -7,7 +7,7 @@ content: paragraph: Package function dependencies in a ZIP file for Scaleway Serverless Functions. tags: functions zip-file dates: - validation: 2024-04-16 + validation: 2024-10-23 posted: 2021-05-26 categories: - serverless diff --git a/serverless/messaging/api-cli/python-node-sqs.mdx b/serverless/messaging/api-cli/python-node-sqs.mdx index 08dc496826..a3467542fc 100644 --- a/serverless/messaging/api-cli/python-node-sqs.mdx +++ b/serverless/messaging/api-cli/python-node-sqs.mdx @@ -11,6 +11,7 @@ categories: dates: validation: 2024-04-09 posted: 2023-01-04 +validation_frequency: 8 --- AWS provides a number of SDKs (**S**oftware **D**evelopment **K**its) which provide language-specific APIs for AWS services, including [SQS](/serverless/messaging/concepts#sqs). diff --git a/serverless/messaging/api-cli/sqs-sns-aws-cli.mdx b/serverless/messaging/api-cli/sqs-sns-aws-cli.mdx index 5c7ce1164b..3b89ef6a95 100644 --- a/serverless/messaging/api-cli/sqs-sns-aws-cli.mdx +++ b/serverless/messaging/api-cli/sqs-sns-aws-cli.mdx @@ -11,6 +11,7 @@ categories: dates: validation: 2024-04-16 posted: 2023-04-04 +validation_frequency: 8 --- The AWS-CLI is an open-source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services. Once you have [connected Scaleway Messaging and Queuing SQS and/or SNS to the AWS-CLI](/serverless/messaging/api-cli/connect-aws-cli/), you can start creating, listing and managing your queues and topics, sending messages and much more, all from your command line. diff --git a/serverless/messaging/reference-content/limitations.mdx b/serverless/messaging/reference-content/limitations.mdx index 74d8937cb0..7faa70262d 100644 --- a/serverless/messaging/reference-content/limitations.mdx +++ b/serverless/messaging/reference-content/limitations.mdx @@ -9,6 +9,7 @@ tags: messaging limitations space size storage payload max-streams max-consumers dates: validation: 2024-04-19 posted: 2023-01-04 +validation_frequency: 8 categories: - serverless ---