### Use case It would be useful to allow the code to self-document the API. In particular, it would be helpful to be able to: 1. Autogenerate a SwaggerUI 2. Be able to generate (this could be a separate utility) the Swagger definition file of the API to import into the API Gateway ### Solution/User Experience Something like [flasgger](https://github.com/flasgger/flasgger) but for Powertools. ### Alternative solutions _No response_ ### Acknowledgment - [X] This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets) - [X] Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)