From 5d9142328e7ed74e8bfc94edb7eff0663dd98962 Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Wed, 9 Sep 2026 21:19:57 +0200 Subject: [PATCH 1/2] DOC-416: Document Pinpoint's runtime deprecation warning localstack-pro#8481 adds an on_before_start warning log ("AWS Pinpoint is deprecated and will be removed after 2026-10-30") so users see the deprecation surfaced by LocalStack itself, not just the future AWS retirement date. Upgrade the existing tip to a caution and show the exact log line. Co-Authored-By: Claude Sonnet 5 --- src/content/docs/aws/services/pinpoint.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/content/docs/aws/services/pinpoint.mdx b/src/content/docs/aws/services/pinpoint.mdx index 6ba47982..7f461787 100644 --- a/src/content/docs/aws/services/pinpoint.mdx +++ b/src/content/docs/aws/services/pinpoint.mdx @@ -7,9 +7,13 @@ persistence: supported import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage"; -:::tip -Amazon Pinpoint will be [retired on 30 October 2026](https://docs.aws.amazon.com/pinpoint/latest/userguide/migrate.html). -It will be removed from LocalStack soon after this date. +:::caution +Amazon Pinpoint will be [retired on 30 October 2026](https://docs.aws.amazon.com/pinpoint/latest/userguide/migrate.html) and will be removed from LocalStack soon after this date. +LocalStack logs a deprecation warning when Pinpoint starts: + +```text +AWS Pinpoint is deprecated and will be removed after 2026-10-30 +``` ::: ## Introduction From 2671867a2428da6b16f98595fdb0875dfbaf4af6 Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Thu, 10 Sep 2026 15:47:23 +0200 Subject: [PATCH 2/2] viren feedback on deprecation note --- src/content/docs/aws/services/pinpoint.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/content/docs/aws/services/pinpoint.mdx b/src/content/docs/aws/services/pinpoint.mdx index 7f461787..f76c6c61 100644 --- a/src/content/docs/aws/services/pinpoint.mdx +++ b/src/content/docs/aws/services/pinpoint.mdx @@ -9,11 +9,6 @@ import FeatureCoverage from "../../../../components/feature-coverage/FeatureCove :::caution Amazon Pinpoint will be [retired on 30 October 2026](https://docs.aws.amazon.com/pinpoint/latest/userguide/migrate.html) and will be removed from LocalStack soon after this date. -LocalStack logs a deprecation warning when Pinpoint starts: - -```text -AWS Pinpoint is deprecated and will be removed after 2026-10-30 -``` ::: ## Introduction