Can not catch boto3 batch_writer exception

后端 未结 0 1958
小蘑菇
小蘑菇 2021-02-02 01:49

The following python code is a batch_write into Dynamodb using boto3:

  try:
        chunk_size = 500
        for i in range(0, len(items), chunk_size):
                 


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