Atlas › 08 Infrastructure as Code Testing › Serverless Function Testing☰ Read as one page
Serverless Function Testing
8.1The Serverless Testing ChallengeServerless functions run in environments you do not control. You cannot SSH into the machine, you cannot inspect the filesystem, and you…8.2AWS Lambda with SAM LocalAWS SAM (Serverless Application Model) provides local emulation for Lambda functions. SAM Local runs a Docker container that mimics the…8.3Google Cloud Functions TestingGoogle Cloud Functions can be tested locally using the Functions Framework:8.4Serverless Testing Challenges and Solutions8.5Testing with LocalStackLocalStack provides a local AWS cloud stack for testing serverless functions with real AWS service emulations: