Skip to content

Commit

Permalink
Pass through param
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Dec 24, 2024
1 parent c8caf0c commit 583157b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def run_kinesis_write(self):
aws_secret_key=self.aws_secret_key,
region=self.aws_region,
service_endpoint=self.aws_service_endpoint,
verify_certificate=(not self.use_localstack),
partition_key='1'))

def run_kinesis_read(self):
Expand Down

0 comments on commit 583157b

Please sign in to comment.