You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve retry logic for AWS Lambda deployments (#25)
- Add a new cli flag `max-attempts` with default value 200
- Update `run` function to read `max-attempts` from the cli context
- Replace `svc.WaitUntilFunctionUpdated` with `svc.WaitUntilFunctionUpdatedWithContext`
- Use `request.WithWaiterMaxAttempts` to set max attempts in `Exec` function
refer to: appleboy/lambda-action#58hashicorp/packer#6569
0 commit comments