Error while sending data from lambda to firehose

后端 未结 0 728
心在旅途
心在旅途 2021-02-02 15:08

I am testing my code that sends data from aws lambda to firehose. This is my code:

client = boto3.client(\'firehose\')
for item in items:
    response = client.pu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题