Skip to content

Commit 35c88a5

Browse files
dry-runいらんかった
1 parent b99981e commit 35c88a5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy_lambda.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ jobs:
4747
handler: app.lambda_handler
4848
runtime: python${{ env.PYTHON_VERSION }}
4949
role: ${{ env.lambda-role-arn }}
50-
dry-run: false
5150
timeout: 30

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",
15+
"message": "hello_hoge",
1616
"environment": environment,
1717
"log_level": log_level,
1818
"app_name": app_name,

0 commit comments

Comments
 (0)