skborissov
skborissov
## Describe the issue `DynamoDBMapper::batchSave` uses `AmazonDynamoDB::batchWriteItem`, but does not retry when the latter throws an exception that is documented as retryable. E.g. from `AmazonDynamoDB` docs: > @throws ProvisionedThroughputExceededException -...
**Is your feature request related to a problem? Please describe.** OAS v3.1 introduced [webhooks](https://spec.openapis.org/oas/v3.1.0#oasWebhooks). I would like for Springdoc to support their generation. This was previously asked about in https://github.com/springdoc/springdoc-openapi/issues/2555,...