[PYTHON] Kinesis Firehose Note

I plan to check it and add a little bit

Put from SDK (boto3)

import boto3

client = boto3.client('firehose')

data   = "1|1|1|2015-10-16\n"

response = client.put_record(
    DeliveryStreamName='my-stream-name-here',
    Record={
        'Data': data
    }
)

print(response)

Limits etc.

Document

Recommended Posts

Kinesis Firehose Note
Note
Note
Note
Run and see AWS Kinesis Firehose
Django note 4
pyenv note
GroupBy Note
argparse note
Django Note 5
Note: Python
Ansible Note
Python note
Django Note 1
direnv note
Django note 3
Django note 2
[Note] RepresenterError