We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give a thumbs up if this would have value to you.
aws-powertools/powertools-lambda-typescript#508 https://jmespath.org/ https://www.npmjs.com/package/jmespath
import { search } from 'jmespath' const defaults = { expression: undefined } const jmespathMiddleware = (opts) => { const {expression} = {...defaults, ...opts} const jmespathBeforeMiddleware = (request) => { request.event = search(request.event, expression) } return { before: jmespathBeforeMiddleware } } export default jmespathMiddleware
The text was updated successfully, but these errors were encountered:
Closing due to lack of interest. Please comment if you'd like us to revisit including this as a core middleware.
Sorry, something went wrong.
No branches or pull requests
Give a thumbs up if this would have value to you.
aws-powertools/powertools-lambda-typescript#508
https://jmespath.org/
https://www.npmjs.com/package/jmespath
PoC
Questions
The text was updated successfully, but these errors were encountered: