DEV Community

Discussion on: Simple Dependency Injection In AWS Lambda .net core

 
gary_woodfine profile image
Gary Woodfine

In Python Mocks are still heavily used and there are a number of Mock frameworks.

I write Lambda's in Python, and I can still implement the same unit testing strategy.

Unit Tests and Mocks are still pretty relevant in most programming frameworks. Engineering and Quality Assurance discipline remains the same irrelevant of software development language used.