How to configure FastAPI to publish logs to CloudWatch? – Amazon web services
I have a FastAPI service that works as expected in every regard except the logging, only when it runs as a AWS Lambda function. When running it locally the logs are displayed on the console as expected: INFO: 127.0.0.1:62160 -…