pytest-serverless icon indicating copy to clipboard operation
pytest-serverless copied to clipboard

Automatically mocks resources from serverless.yml in pytest using moto.

Results 1 pytest-serverless issues
Sort by recently updated
recently updated
newest added

**The Problem** Sometimes you want to dynamically define resources and environment variables in your serverless.yml file (i.e. using `Fn::Join` or `Fn::Transform`). This may get parsed as a python dict instead...