diff --git a/docs/utilities/jmespath.md b/docs/utilities/jmespath.md index b8d24e7f66..cf6c94aac1 100644 --- a/docs/utilities/jmespath.md +++ b/docs/utilities/jmespath.md @@ -3,9 +3,6 @@ title: JMESPath Functions description: Utility --- -???+ warning - This is an unreleased feature that is currently under active development and will be released soon. Please check back later for updates. - Built-in [JMESPath](https://jmespath.org/){target="_blank" rel="nofollow"} functions to easily deserialize common encoded JSON payloads in Lambda functions. ## Key features diff --git a/packages/jmespath/package.json b/packages/jmespath/package.json index 2335e78a6a..e0780b4e39 100644 --- a/packages/jmespath/package.json +++ b/packages/jmespath/package.json @@ -6,7 +6,9 @@ "name": "Amazon Web Services", "url": "https://aws.amazon.com" }, - "private": true, + "publishConfig": { + "access": "public" + }, "scripts": { "test": "npm run test:unit", "test:unit": "jest --group=unit --detectOpenHandles --coverage",