Serverless Function Testing
August 7, 2020
Unit Tests
Since a Lambda function is ultimately just a normal function, that Amazon would call on your behalf when some event fires. You can still invoke the function yourself...
Read More
0 likes