moto
moto copied to clipboard
A library that allows you to easily mock out tests based on AWS infrastructure.
This is a request, I couldn't find the appropriate place to ask hence posting here. For one of my projects, I am using comprehend for PII detection. I need to...
https://github.com/spulec/moto/blob/c301f8822c71a402d14b380865aa45b07e880ebd/moto/ec2/models.py#L6549 I'm working with localstack on moto and trying to simulate a flow of: - create spot fleet with X instances - cancel the fleet without terminating instances - cancel...
Early draft PR for review - not ready for merge, but certainly ready for comment. Things still to do: - [ ] `test_schedule_key_deletion` was broken locally when I pulled. Need...
## asking a question Hi, Does moto have support in rds-data? or more specifically at execute_statement? In the documentation, I saw that there is no support but I wanted to...
# Added - Support for Destinations - added support for api `GetDestination` - added support for api `PutDestination` - added support for api `DeleteDestination` - added support for api `DescribeDestinations`...
Hello, I am trying to write a unit test, to validate insufficient permissions of the KMS key policy. To do this I wrote a python unit test where I mock...
Moto Version: 2.2.15 Boto3 Version: 1.20.7 I have a test that mocks `ssm`, but attempts to reach a real `excute-api` API Gateway endpoint. It appears that the `responses_mock` may be...
Hello. We use the Dockerized `moto` server heavily in our testing strategy. An issue we're struggling to solve well is getting initial state into the mocked services. Currently, we have...
When running a batch_execute_statement, the following exception occurs: ``` AttributeError: 'DynamoHandler' object has no attribute 'batch_execute_statement' ``` Here is the complete trace: ``` > result = app.lambda_handler(event, '') tests/unit/test_merge_decode_results.py:51: _...
Adding support for the wafv2 services. This PR adds the `associate-web-acl`, `get-web-acl-for-resource` and `disassociate-web-acl` commands. Sample Output: 1) Create VPC and 2 subnets for load-balancer 2) Create load-balancer and web...