aws-connected-device-framework
aws-connected-device-framework copied to clipboard
deploy-cicd-pipeline.bash is not available in cicd folder
Aws Connected Device Framework Affected Module(s):
I'm submitting a ...
- [ ] bug report
- [ ] feature request
Description:
Current behavior:
Expected behavior:
Steps to reproduce:
Additional Information:
We recommend application level retry in such cases. The rational is that in case of UnknownErrors, DAX client isn't really aware if the changes made it to DDB and can't determine if it is safe to perform retries. The application is expected to perform sanity validations (if required), and attempt a retry.
This behavior is similar to AmbiguousWriteFailureException in DAX Java SDK ref.