moto
https://github.com/getmoto/moto
Python
A library that allows you to easily mock out tests based on AWS infrastructure.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported3 Subscribers
Add a CodeTriage badge to moto
Help out
- Issues
- CloudWatch: implement EnableAlarmActions and DisableAlarmActions
- Fix typos in comments, docstrings, and error messages
- [DevOps Agent] Add AWS DevOps Agent service support
- SFN parser: support AWS JSONPath filter dialect (&&/|| and empty filter results)
- SFN parser: convert PascalCase task parameters to boto casing (fixes startExecution.sync)
- SFN parser: fix TypeError on second StartExecution of the same state machine
- DynamoDB: preserve decimal precision in update-expression subtraction
- StepFunctions parser: second StartExecution on the same state machine fails with 'cannot pickle _thread.RLock' (deepcopy of executions)
- StepFunctions parser: jsonpath_ng backend doesn't implement AWS JSONPath filter dialect (&&/|| parse error; empty filter raises instead of [])
- StepFunctions parser: states:::states:startExecution.sync fails with KeyError 'Input' (PascalCase params not converted to boto casing)
- Docs
- Python not yet supported