awslabs / kinesis-aggregation

AWS libraries/modules for working with Kinesis aggregated record data
Apache License 2.0
376 stars 154 forks source link

Boto3 client get_records return pure data #133

Closed oyang closed 3 years ago

oyang commented 3 years ago

Because Boto3 client get_records already return decoded data, so it won't be needed to decode again.

oyang commented 3 years ago

Sorry, I made a mistake which I changed on my pip source, but I forgot to include the change into project PR.

oyang commented 3 years ago

@IanMeyers any thought about this change?

IanMeyers commented 3 years ago

Looks fine and backward compatibility has been catered for. Merging.