Skip to content

Commit f9191fc

Browse files
いけたー
1 parent 940a909 commit f9191fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy_lambda.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@ jobs:
8080
code-artifacts-dir: ./hello_lambda
8181
handler: app.lambda_handler
8282
runtime: python${{ env.PYTHON_VERSION }}
83-
role: ${{ env.lambda-role-arn }}
8483
dry-run: false
8584
environment: ${{ steps.load-env.outputs.env-vars }}

hello_lambda/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def lambda_handler(event, context):
1212
"statusCode": 200,
1313
"body": json.dumps(
1414
{
15-
"message": "hello_world",
15+
"message": "hello",
1616
"environment": environment,
1717
"log_level": log_level,
1818
"app_name": app_name,

0 commit comments

Comments
 (0)