Skip to content

Commit 31f72df

Browse files
やっぱりROLEいらない?
1 parent 1d201fe commit 31f72df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy_lambda.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ defaults:
1818
env:
1919
PYTHON_VERSION: 3.13
2020
function-name: external_library_lambda
21-
lambda-role-arn: ${{ secrets.LAMBDA_ROLE_ARN }} # 変更箇所
2221
jobs:
2322
main:
2423
runs-on: ubuntu-latest
@@ -46,7 +45,6 @@ jobs:
4645
code-artifacts-dir: ./external_library_lambda
4746
handler: app.lambda_handler
4847
runtime: python${{ env.PYTHON_VERSION }}
49-
role: ${{ env.lambda-role-arn }}
5048
timeout: 30
5149
environment: |
5250
{

0 commit comments

Comments
 (0)