moto/moto
2020-03-11 11:57:04 -04:00
..
acm ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override 2019-12-16 21:05:29 -05:00
apigateway Merge branch 'master' into feature-apigw-authorizers 2020-02-18 10:49:53 -06:00
athena Add missing regions to all services 2019-12-26 17:12:22 +01:00
autoscaling Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
awslambda DDB Streams - Bugfix where processed items are resend every time 2020-02-24 09:28:52 +00:00
batch Add missing regions to all services 2019-12-26 17:12:22 +01:00
cloudformation requested changes from review 2020-02-01 14:52:48 -06:00
cloudwatch Fixed linter errors 2019-12-26 21:03:49 +01:00
codecommit [codecommit] fix repository name check 2019-12-26 16:30:06 +01:00
codepipeline Merge pull request #2657 from gruebel/add-missing-regions 2020-01-02 17:27:25 -08:00
cognitoidentity Fixed linter errors 2019-12-26 21:03:49 +01:00
cognitoidp Merge pull request #2742 from xnegativx/master 2020-02-18 13:41:02 +00:00
config add rudimentary support for Config PutEvaluations with TestMode for now 2020-02-24 11:53:27 -06:00
core #2567 - When mocking URLs, always return the first match 2020-02-27 08:54:57 +00:00
datapipeline Fixed linter errors 2019-12-26 21:03:49 +01:00
datasync Add missing regions to all services 2019-12-26 17:12:22 +01:00
dynamodb ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override 2019-12-16 21:05:29 -05:00
dynamodb2 fix lint check 2020-03-05 18:39:20 -03:00
dynamodbstreams Add missing regions to all services 2019-12-26 17:12:22 +01:00
ec2 Merge pull request #2764 from bblommers/feature/ec2-describe-instance-filters 2020-03-07 11:47:05 -06:00
ec2_instance_connect escape the dots 2019-12-19 17:47:17 -08:00
ecr Change RESTError to JsonRESTError for ImageNotFoundException, update test to expect ImageNotFoundException 2020-03-08 20:56:21 +01:00
ecs Allow black to reformat correctly 2020-01-09 23:45:14 -06:00
elb Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
elbv2 Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
emr Reformat 2020-03-07 08:21:27 -03:00
events fix test case 2020-02-05 15:30:34 -05:00
glacier Fixed linter errors 2019-12-26 21:03:49 +01:00
glue Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
iam Made UserName parameter optional for IAM access key functions 2020-01-27 12:12:21 -05:00
instance_metadata Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
iot Change whitespaces back to the way they were and fix typos 2020-01-23 15:46:50 +01:00
iotdata Add missing regions to all services 2019-12-26 17:12:22 +01:00
kinesis Fixed linter errors 2019-12-26 21:03:49 +01:00
kms fix test cases, bug when no tags are present and conflict 2020-02-21 15:21:41 -05:00
logs Fix more typos. 2020-01-23 10:15:02 -08:00
opsworks ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override 2019-12-16 21:05:29 -05:00
organizations Raise DuplicateOrganizationalUnitException 2020-02-06 12:38:37 +01:00
packages Fix some typos 2019-11-16 12:31:45 -08:00
polly Fixed linter errors 2019-12-26 21:03:49 +01:00
rds Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
rds2 Apply black in responses.py 2020-02-02 13:46:01 -03:00
redshift Fixed linter errors 2019-12-26 21:03:49 +01:00
resourcegroups Add missing regions to all services 2019-12-26 17:12:22 +01:00
resourcegroupstaggingapi fix test cases, bug when no tags are present and conflict 2020-02-21 15:21:41 -05:00
route53 Support GeoLocation and Failover on Route 53 2020-03-02 12:46:15 +00:00
s3 Merge pull request #2132 from Projectplace/tagging-directive 2020-02-17 20:00:30 -06:00
s3bucket_path Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
secretsmanager Fixed linter errors 2019-12-26 21:03:49 +01:00
ses handle map or list parameters 2020-02-04 14:04:45 -06:00
sns Merge pull request #2657 from gruebel/add-missing-regions 2020-01-02 17:27:25 -08:00
sqs Limit SQS list_queues response to 1000 queues 2020-02-07 15:54:42 -06:00
ssm SSM: Fix the formatting associated with label_parameter_version/get_parameter_history updates 2020-03-11 11:57:04 -04:00
stepfunctions Fixed linter errors 2019-12-26 21:03:49 +01:00
sts ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override 2019-12-16 21:05:29 -05:00
swf Add SWF domain and type undeprecation 2020-03-05 23:37:17 +10:00
templates Add about page. 2017-03-12 19:58:40 -04:00
utilities adds utilities init 2020-02-18 10:33:27 -06:00
xray Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
__init__.py Merge pull request #2655 from levinine/add-codecommit 2019-12-27 09:04:19 -08:00
backends.py Merge pull request #2655 from levinine/add-codecommit 2019-12-27 09:04:19 -08:00
compat.py Fix linter errors. 2019-12-17 21:35:52 +05:30
server.py Fix some typos 2019-11-16 12:31:45 -08:00
settings.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00