Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 3c294af

Browse files
Skn0ttLukas Holzer
and
Lukas Holzer
authoredOct 11, 2023
fix: switch back to upstream lambda-local (#1604)
Co-authored-by: Lukas Holzer <lukas.holzer@netlify.com>
1 parent 591f2a8 commit 3c294af

File tree

3 files changed

+48
-46
lines changed

3 files changed

+48
-46
lines changed
 

‎package-lock.json

+46-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
},
9090
"devDependencies": {
9191
"@netlify/eslint-config-node": "7.0.1",
92-
"@skn0tt/lambda-local": "2.0.3",
9392
"@types/archiver": "5.3.3",
9493
"@types/glob": "8.1.0",
9594
"@types/is-ci": "3.0.1",
@@ -109,6 +108,7 @@
109108
"get-stream": "8.0.1",
110109
"husky": "8.0.3",
111110
"is-ci": "3.0.1",
111+
"lambda-local": "2.1.2",
112112
"npm-run-all": "4.1.5",
113113
"source-map-support": "0.5.21",
114114
"typescript": "5.2.2",

‎tests/helpers/lambda.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { execute } from '@skn0tt/lambda-local'
1+
import { execute } from 'lambda-local'
22

33
interface LambdaResponse {
44
statusCode: number

1 commit comments

Comments
 (1)

github-actions[bot] commented on Oct 11, 2023

@github-actions[bot]
Contributor

⏱ Benchmark results

  • largeDepsEsbuild: 2.7s
  • largeDepsNft: 8.2s
  • largeDepsZisi: 16.3s
This repository has been archived.