middy icon indicating copy to clipboard operation
middy copied to clipboard

🛵 The stylish Node.js middleware engine for AWS Lambda 🛵

Results 55 middy issues
Sort by recently updated
recently updated
newest added

## TODO - [ ] propagate middleware params to next middlewares ## Ticket Fixes #1289 1289

**Describe the bug** This project still relies on the deprecated `punycode` module. With the newer node versions this message is shown on every install: > (node:4539) [DEP0040] DeprecationWarning: The `punycode`...

blocked

![middy feature](https://github.com/user-attachments/assets/2382091f-d014-4ac7-a5c0-3ba189b38b63) This pattern can improve cold start times. https://aws.amazon.com/blogs/compute/using-the-aws-parameter-and-secrets-lambda-extension-to-cache-parameters-and-secrets/ https://aws.amazon.com/blogs/compute/securely-retrieving-secrets-with-aws-lambda/ layers: https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-integration-lambda-extensions.html sample extensions: https://github.com/aws-samples/aws-lambda-extensions Ref: https://www.youtube.com/watch?v=jYbfQ07Z7rM

feature request

Closes #1262 There isn't much documentation on this Lambda extension, so this is highly POC until someone test for real and can report back the actual response structure (specifically when...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.4 to 4.31.7. Release notes Sourced from github/codeql-action's releases. v4.31.7 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 6.1.0. Release notes Sourced from actions/setup-node's releases. v6.1.0 What's Changed Enhancement: Remove always-auth configuration handling by @​priyagupta108 in actions/setup-node#1436 Dependency updates: Upgrade @​actions/cache from 4.0.3...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1. Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @​ericsciple in actions/checkout#2314 Add worktree...

dependencies
github_actions

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.4.2 to 2.5.0. Release notes Sourced from softprops/action-gh-release's releases. v2.5.0 What's Changed Exciting New Features 🎉 feat: mark release as draft until all artifacts are uploaded by...

dependencies
github_actions

Brain dump from re:invent - split core into buffered, stream, durable. All with abort signal (will be very useful for durable) - durable doesn’t support stream response, add docs that...

feature request
documentation
middleware

This Draft PR demonstrates a failure scenario in the `@middy/ssm` middleware where cross-account shared paramaters are not working correctly, as stated in https://github.com/middyjs/middy/issues/1529 **Todo List:** - [ ] All commits...