Skip to content

fictive-kin/aws-firehose-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Firehose Failure Reader

This allows you to retrieve and even resubmit any records that were previously sent to an AWS Kinesis Firehose Stream but failed to be delivered to their end destination.

It also corrects a recurring error that we have with response.exception.message content being inconsistent between string/dict/list. ES rejects them because the first one submitted was a string.

To run:

  • source your creds and create the virtual environment
  • python ./manage resubmit_to_es <stream> <year> [--month <month> [--day <date>]] (month and date must be zero padded when <10)
  • Sit back and have a beer while it runs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages