@middy/core 6.4.5 → 7.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +23 -30
  2. package/index.js +12 -4
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -3,36 +3,29 @@
3
3
  <img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/main/docs/img/middy-logo.svg"/>
4
4
  <p><strong>Core component of the middy framework, the stylish Node.js middleware engine for AWS Lambda</strong></p>
5
5
  <p>
6
- <a href="https://www.npmjs.com/package/@middy/core?activeTab=versions">
7
- <img src="https://badge.fury.io/js/%40middy%2Fcore.svg" alt="npm version" style="max-width:100%;">
8
- </a>
9
- <a href="https://packagephobia.com/result?p=@middy/core">
10
- <img src="https://packagephobia.com/badge?p=@middy/core" alt="npm install size" style="max-width:100%;">
11
- </a>
12
- <a href="https://github.com/middyjs/middy/actions/workflows/tests.yml">
13
- <img src="https://github.com/middyjs/middy/actions/workflows/tests.yml/badge.svg?branch=main&event=push" alt="GitHub Actions CI status badge" style="max-width:100%;">
14
- </a>
15
- <br/>
16
- <a href="https://standardjs.com/">
17
- <img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="Standard Code Style" style="max-width:100%;">
18
- </a>
19
- <a href="https://snyk.io/test/github/middyjs/middy">
20
- <img src="https://snyk.io/test/github/middyjs/middy/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/middyjs/middy" style="max-width:100%;">
21
- </a>
22
- <a href="https://github.com/middyjs/middy/actions/workflows/sast.yml">
23
- <img src="https://github.com/middyjs/middy/actions/workflows/sast.yml/badge.svg
24
- ?branch=main&event=push" alt="CodeQL" style="max-width:100%;">
25
- </a>
26
- <a href="https://bestpractices.coreinfrastructure.org/projects/5280">
27
- <img src="https://bestpractices.coreinfrastructure.org/projects/5280/badge" alt="Core Infrastructure Initiative (CII) Best Practices" style="max-width:100%;">
28
- </a>
29
- <br/>
30
- <a href="https://gitter.im/middyjs/Lobby">
31
- <img src="https://badges.gitter.im/gitterHQ/gitter.svg" alt="Chat on Gitter" style="max-width:100%;">
32
- </a>
33
- <a href="https://stackoverflow.com/questions/tagged/middy?sort=Newest&uqlId=35052">
34
- <img src="https://img.shields.io/badge/StackOverflow-[middy]-yellow" alt="Ask questions on StackOverflow" style="max-width:100%;">
35
- </a>
6
+ <a href="https://github.com/middyjs/middy/actions/workflows/test-unit.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-unit.yml/badge.svg" alt="GitHub Actions unit test status"></a>
7
+ <a href="https://github.com/middyjs/middy/actions/workflows/test-dast.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-dast.yml/badge.svg" alt="GitHub Actions dast test status"></a>
8
+ <a href="https://github.com/middyjs/middy/actions/workflows/test-perf.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-pref.yml/badge.svg" alt="GitHub Actions perf test status"></a>
9
+ <a href="https://github.com/middyjs/middy/actions/workflows/test-sast.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-sast.yml/badge.svg" alt="GitHub Actions SAST test status"></a>
10
+ <a href="https://github.com/middyjs/middy/actions/workflows/test-lint.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-lint.yml/badge.svg" alt="GitHub Actions lint test status"></a>
11
+ <br/>
12
+ <a href="https://www.npmjs.com/package/@middy/core"><img alt="npm version" src="https://img.shields.io/npm/v/@middy/core.svg"></a>
13
+ <a href="https://packagephobia.com/result?p=@middy/core"><img src="https://packagephobia.com/badge?p=@middy/core" alt="npm install size"></a>
14
+ <a href="https://www.npmjs.com/package/@middy/core">
15
+ <img alt="npm weekly downloads" src="https://img.shields.io/npm/dw/@middy/core.svg"></a>
16
+ <a href="https://www.npmjs.com/package/@middy/core#provenance">
17
+ <img alt="npm provenance" src="https://img.shields.io/badge/provenance-Yes-brightgreen"></a>
18
+ <br/>
19
+ <a href="https://scorecard.dev/viewer/?uri=github.com/middyjs/middy"><img src="https://api.scorecard.dev/projects/github.com/middyjs/middy/badge" alt="Open Source Security Foundation (OpenSSF) Scorecard"></a>
20
+ <a href="https://slsa.dev"><img src="https://slsa.dev/images/gh-badge-level3.svg" alt="SLSA 3"></a>
21
+ <a href="https://github.com/middyjs/middy/blob/main/docs/CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg"></a>
22
+ <a href="https://biomejs.dev"><img alt="Checked with Biome" src="https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome"></a>
23
+ <a href="https://conventionalcommits.org"><img alt="Conventional Commits" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white"></a>
24
+ <a href="https://github.com/middyjs/middy/blob/main/package.json#L32">
25
+ <img alt="code coverage" src="https://img.shields.io/badge/code%20coverage-95%25-brightgreen"></a>
26
+ <br/>
27
+ <a href="https://gitter.im/middyjs/Lobby"><img src="https://badges.gitter.im/gitterHQ/gitter.svg" alt="Chat on Gitter" style="max-width:100%;"></a>
28
+ <a href="https://stackoverflow.com/questions/tagged/middy?sort=Newest&uqlId=35052"><img src="https://img.shields.io/badge/StackOverflow-[middy]-yellow" alt="Ask questions on StackOverflow" style="max-width:100%;"></a>
36
29
  </p>
37
30
  <p>You can read the documentation at: <a href="https://middy.js.org">https://middy.js.org</a></p>
38
31
  </div>
package/index.js CHANGED
@@ -84,7 +84,12 @@ const middy = (setupLambdaHandler, pluginConfig) => {
84
84
  }
85
85
 
86
86
  if (!handlerStream) {
87
- throw new Error("handler response not a ReadableStream");
87
+ throw new Error(
88
+ "handler response not a Readable or ReadableStream",
89
+ {
90
+ cause: { package: "@middy/core" },
91
+ },
92
+ );
88
93
  }
89
94
 
90
95
  await pipeline(handlerStream, responseStream);
@@ -121,6 +126,9 @@ const middy = (setupLambdaHandler, pluginConfig) => {
121
126
  } else {
122
127
  throw new Error(
123
128
  'Middleware must be an object containing at least one key among "before", "after", "onError"',
129
+ {
130
+ cause: { package: "@middy/core" },
131
+ },
124
132
  );
125
133
  }
126
134
  }
@@ -245,11 +253,11 @@ const runRequest = async (
245
253
  return request.response;
246
254
  };
247
255
 
248
- const runMiddlewares = async (request, middlewares, plugin) => {
256
+ const runMiddlewares = async (request, middlewares, pluginConfig) => {
249
257
  for (const nextMiddleware of middlewares) {
250
- plugin.beforeMiddleware?.(nextMiddleware.name);
258
+ pluginConfig.beforeMiddleware?.(nextMiddleware.name);
251
259
  const res = await nextMiddleware(request);
252
- plugin.afterMiddleware?.(nextMiddleware.name);
260
+ pluginConfig.afterMiddleware?.(nextMiddleware.name);
253
261
  // short circuit chaining and respond early
254
262
  if (typeof res !== "undefined") {
255
263
  request.earlyResponse = res;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@middy/core",
3
- "version": "6.4.5",
3
+ "version": "7.0.0-alpha.2",
4
4
  "description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
5
5
  "type": "module",
6
6
  "engines": {
7
- "node": ">=20"
7
+ "node": ">=22"
8
8
  },
9
9
  "engineStrict": true,
10
10
  "publishConfig": {
@@ -63,7 +63,7 @@
63
63
  "devDependencies": {
64
64
  "@datastream/core": "0.0.41",
65
65
  "@types/aws-lambda": "^8.10.76",
66
- "@types/node": "^20.0.0"
66
+ "@types/node": "^22.0.0"
67
67
  },
68
68
  "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
69
69
  }