reese-allison
reese-allison
Implements deep paging using search_after and Point in Time (PIT). This can be used to page through all results much more cheaply than using the Elasticsearch scan method. PITs are...
*Issue #, if available:* https://github.com/awslabs/amazon-sqs-python-extended-client-lib/issues/28 Currently, the delete_messages fails to delete the message in SQS because it is unable to get the correct original receipt handle. *Description of changes:* Changes...
Currently, the delete_messages function fails to delete the message in SQS because it is unable to get the correct original receipt handle. It's a simple fix. ```python def _get_original_receipt_handle(self, modified_receipt_handle:...