Claudio de Paula Donaté
Claudio de Paula Donaté
I have a similar use case and need a solution also. Please, can anyone give some help on this?
A work around that I used for this would be: ``` config = providers.Configuration() json_config = Settings().model_dump(mode='json') config.from_dict(json_config) ```
I know this is not a solution, but I also went through this rabbit hole while trying to make it work with Lambdas. One solution is using Docker images on...
> Just coming across this same issue now. I'd hoped that there was a public Lambda layer built with all this in it already (which is how I get round...