typo
This commit is contained in:
parent
f93b9a86e9
commit
7220969feb
2 changed files with 6 additions and 4 deletions
|
|
@ -264,7 +264,7 @@ class KinesisBackend(BaseBackend):
|
|||
for record in records:
|
||||
partition_key = record.get("PartitionKey")
|
||||
explicit_hash_key = record.get("ExplicitHashKey")
|
||||
data = record.get("data")
|
||||
data = record.get("Data")
|
||||
|
||||
sequence_number, shard_id = stream.put_record(
|
||||
partition_key, explicit_hash_key, None, data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue