Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
trishantpahwa committed Nov 25, 2023
1 parent 1d92679 commit 5327cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "ncc build index.ts",
"zip:lambda": "zip -j deploy.zip ./dist/*",
"deploy:lambda": "aws lambda update-function-code --function-name=wrec-er_serach --zip-file=fileb://deploy.zip",
"deploy:lambda": "aws lambda update-function-code --function-name=wrec-er_search --zip-file=fileb://deploy.zip",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 5327cbb

Please sign in to comment.