Skip to content

Commit

Permalink
chore(maintenance): make jmespath public (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Apr 2, 2024
1 parent 92193e7 commit 671a34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docs/utilities/jmespath.md
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion packages/jmespath/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 671a34d

Please sign in to comment.