Skip to content

Commit e4ba354

Browse files
hello_lambda
1 parent ea52c1e commit e4ba354

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy_lambda.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ on:
77
pull_request:
88
paths:
99
- "**/*.py"
10+
- "**/deploy_lambda.yml"
1011

1112
permissions:
1213
id-token: write
1314
contents: read
1415
defaults:
1516
run:
16-
working-directory: "./hello_lambda_py"
17+
working-directory: "./hello_lambda"
1718
env:
1819
PYTHON_VERSION: 3.13
1920
function-name: hello_lambda_actions
@@ -42,7 +43,7 @@ jobs:
4243
uses: aws-actions/aws-lambda-deploy@v1.0.1
4344
with:
4445
function-name: ${{ env.function-name }}
45-
code-artifacts-dir: ./hello_world
46+
code-artifacts-dir: ./hello_lambda
4647
handler: app.lambda_handler
4748
runtime: python${{ env.PYTHON_VERSION }}
4849
role: ${{ env.lambda-role-arn }}

0 commit comments

Comments
 (0)