AWS Serverless Integration Tests With Moto - What Can go Wrong?
If you’re planning to use Python moto library (to mock AWS resources) for unit tests and at the same time use integration tests - watch out as it can bite you!
If you’re planning to use Python moto library (to mock AWS resources) for unit tests and at the same time use integration tests - watch out as it can bite you!
Is it possible to create local environment for Serverless application? And if it is possible - is it worth the effort?