From 1d7e7c774f24047557c5fe3214e7971c0559d151 Mon Sep 17 00:00:00 2001 From: Amir Khairalomoum Date: Thu, 7 Sep 2023 15:58:23 +0100 Subject: [PATCH] remove preview warning from document --- docs/utilities/parameters.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/utilities/parameters.md b/docs/utilities/parameters.md index 20689b66..c958bf9d 100644 --- a/docs/utilities/parameters.md +++ b/docs/utilities/parameters.md @@ -3,9 +3,6 @@ title: Parameters description: Utility --- -???+ warning - **This utility is currently in developer preview** and is intended strictly for feedback and testing purposes **and not for production workloads**. The version and all future versions tagged with the `-preview` suffix should be treated as not stable. Until this utility is [General Availability](https://github.com/aws-powertools/powertools-lambda-dotnet/milestone/2) we may introduce significant breaking changes and improvements in response to customers feedback. - The Parameters utility provides high-level functionality to retrieve one or multiple parameter values from [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html){target="_blank"}, [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/){target="_blank"}, or [Amazon DynamoDB](https://aws.amazon.com/dynamodb/){target="_blank"}. We also provide extensibility to bring your own providers.