You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): disable line length rule using older syntax (#2920)
* fix(parameters): make cache aware of single vs multiple calls
Signed-off-by: heitorlessa <[email protected]>
* chore: cleanup, add test for single and nested
Signed-off-by: heitorlessa <[email protected]>
* docs: disable line length rule using older syntax
Signed-off-by: heitorlessa <[email protected]>
---------
Signed-off-by: heitorlessa <[email protected]>
Co-authored-by: Leandro Damascena <[email protected]>
Copy file name to clipboardExpand all lines: docs/maintainers.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -289,8 +289,9 @@ Add integration checks that validate pull requests and pushes to ease the burden
289
289
290
290
### Negative Impact on the Project
291
291
292
-
<!-- markdownlint-disable-next-line MD013 -->
292
+
<!-- markdownlint-disable MD013 -->
293
293
Actions that negatively impact the project will be handled by the admins, in coordination with other maintainers, in balance with the urgency of the issue. Examples would be [Code of Conduct](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CODE_OF_CONDUCT.md){target="_blank"} violations, deliberate harmful or malicious actions, spam, monopolization, and security risks.
This is quite powerful because you can use JMESPath Query language to extract records from [arrays](https://jmespath.org/tutorial.html#list-and-slice-projections){target="_blank" rel="nofollow"}, combine [pipe](https://jmespath.org/tutorial.html#pipe-expressions){target="_blank" rel="nofollow"} and [function expressions](https://jmespath.org/tutorial.html#functions){target="_blank" rel="nofollow"}.
117
+
<!-- markdownlint-enable MD013 -->
117
118
118
119
When combined, these features allow you to extract what you need before validating the actual payload.
119
120
@@ -141,16 +142,16 @@ We provide built-in envelopes to easily extract the payload from popular event s
141
142
142
143
Here is a handy table with built-in envelopes along with their JMESPath expressions in case you want to build your own.
0 commit comments