Skip to content

Commit b49c135

Browse files
Skn0ttLukas Holzer
andauthored
fix: switch back to upstream lambda-local (netlify/zip-it-and-ship-it#1604)
Co-authored-by: Lukas Holzer <[email protected]>
1 parent 12878bb commit b49c135

File tree

3 files changed

+48
-46
lines changed

3 files changed

+48
-46
lines changed

packages/zip-it-and-ship-it/package-lock.json

Lines changed: 46 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/zip-it-and-ship-it/package.json

Lines changed: 1 addition & 1 deletion
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",

packages/zip-it-and-ship-it/tests/helpers/lambda.ts

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)