appleboy / lambda-action

GitHub Action for Deploying Lambda code to an existing function

Home Page:https://github.com/marketplace/actions/aws-lambda-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccessDenied last version

aleon68 opened this issue · comments

2020/10/25 00:44:49 AccessDeniedException:
status code: 403, request id: 3b0efa8d-e5b9-44d1-b5e9-4d8b4f7ab97c
2020/10/25 00:44:49 AccessDeniedException:
status code: 403, request id: 3b0efa8d-e5b9-44d1-b5e9-4d8b4f7ab97c

Previous version was fixed, but again have issue

I have an update, AccessDeniedException only show when YML have handler key, work when delete this key

@aleon68 Yes. You need more permission to update Lambda configuration like timeout, memory size, handler...

You have rigth, update IAM permission and work fine, thanks, only add lambda:UpdateFunctionConfiguration to user on IAM and problem solve.

Thanks a lot