Mocking up real services is a no-brainer, no one wants tests to affect the production environment in any way. Here’s how to do that with AWS Cognito in Python.
AWS is a cloud computing platform with services galore. One of the most common is AWS Lambda — a serverless solution that allows us to run any application using event-driven triggers. In this article, I described how we can test and develop AWS Lambda solutions whose execution is based on the S3 trigger created with the Chalice framework.