Closed ruicovelo closed 1 year ago
Same problem.
Aye, here as well. I have rather locked down permissions in the IAM – maybe the Last Update Status check needs permissions? But then it wouldn’t see Creating
, I assume… Maybe AWS has introduced new statusses?
Indeed, staring at
led to me try it with the lambda:GetFunction
permission added, and then it worked.
See the AWS Policy https://github.com/appleboy/lambda-action#aws-policy
My actions were working fine but I haven't updated my code for a while. Not I am getting this error
that leads the action to fail. However, the lambda is updated correctly. It seems it waits for 11 minutes on an action that usually executes in seconds. It's like it's not receiving feedback from AWS?