We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358558e commit 95b0a53Copy full SHA for 95b0a53
1 file changed
.github/workflows/deploy.yml
@@ -81,7 +81,7 @@ jobs:
81
--function-name ${{ env.LAMBDA_FUNCTION_NAME }} \
82
--package-type Image \
83
--code ImageUri=$IMAGE_URI \
84
- --role arn:aws:iam::<TON_ACCOUNT_ID>:role/<TON_ROLE_LAMBDA> \
+ --role arn:aws:iam::841731976034:role/lambda-legal-ocr-role \
85
--timeout 900 \
86
--memory-size 1024 \
87
--region ${{ env.AWS_REGION }}
0 commit comments