Skip to content

Commit 671a34d

Browse files
authored
chore(maintenance): make jmespath public (#2289)
1 parent 92193e7 commit 671a34d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: docs/utilities/jmespath.md

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: JMESPath Functions
33
description: Utility
44
---
55

6-
???+ warning
7-
This is an unreleased feature that is currently under active development and will be released soon. Please check back later for updates.
8-
96
Built-in [JMESPath](https://jmespath.org/){target="_blank" rel="nofollow"} functions to easily deserialize common encoded JSON payloads in Lambda functions.
107

118
## Key features

Diff for: packages/jmespath/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"name": "Amazon Web Services",
77
"url": "https://aws.amazon.com"
88
},
9-
"private": true,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"scripts": {
1113
"test": "npm run test:unit",
1214
"test:unit": "jest --group=unit --detectOpenHandles --coverage",

0 commit comments

Comments
 (0)