TransactionConflictと同時にThrottlingErrorが動いていた場合にretryが止まってしまうのを修正
relateの解決時に以下のエラーで止まっているprocessがあった TransactionConflictのチェック時に、ThrottlingErrorもチェックしてretryが動くように対応
CancellationReasons: [
{
Code: 'ThrottlingError',
Message: 'Throughput exceeds the current capacity of your table or index. DynamoDB is automatically scaling your table or index so please try again shortly. If exceptions persist, check if you have a hot key: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-design.html'
},
{
Code: 'TransactionConflict',
Message: 'Transaction is ongoing for the item'
}
],
__type: 'com.amazonaws.dynamodb.v20120810#TransactionCanceledException',
message: 'Transaction cancelled, please refer cancellation reasons for specific reasons [ThrottlingError, TransactionConflict]DynamoDBClient, TransactWriteItemsCommand {\n' +