We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69f2b3 commit 7bba24cCopy full SHA for 7bba24c
.github/workflows/deploy-lambda.yml
@@ -37,8 +37,4 @@ jobs:
37
pnpm install
38
pnpm build
39
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
+ aws lambda update-function-code --function-name $LAMBDA_ARN --zip-file fileb://function.zip --publish
0 commit comments