Skip to content

Commit 7bba24c

Browse files
committed
fix parameters
1 parent a69f2b3 commit 7bba24c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy-lambda.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@ jobs:
3737
pnpm install
3838
pnpm build
3939
zip -r function.zip dist node_modules
40-
41-
aws lambda update-function-code \
42-
--function-name $LAMBDA_ARN \
43-
--zip-file fileb://function.zip \
44-
--publish
40+
aws lambda update-function-code --function-name $LAMBDA_ARN --zip-file fileb://function.zip --publish

0 commit comments

Comments
 (0)