Unit Testing AWS – Moto
The moto library provides a simple wrapper for mocking AWS resources so that we are not affecting live AWS resources in our unit tests
The moto library provides a simple wrapper for mocking AWS resources so that we are not affecting live AWS resources in our unit tests
An overview of the Terraform Testing Framework with a focus on unit and integration tests. This post de-constructs the schema and shows how to setup tests which can help automate and improve testing for your infrastructure.