moto/moto
Nuno Santos 74b56faafd Attempt to parse simple ConditionExpressions in DynamoDB put_item().
Internally these get converted into simpler Expected={} parameters, so
for now only `attribute_exists` and `attribute_not_exists` are supported;
OR is also not suported since `expected` does not support it.
2016-11-04 12:37:10 +01:00
..
apigateway Not, not Non for the exception. 2016-09-14 11:52:56 +01:00
autoscaling added update_and_create_tags() to autoscale groups 2016-06-17 18:51:28 -07:00
awslambda correct expletive and remove debug line 2016-10-10 01:22:16 +10:00
cloudformation Add S3 parsing for CloudFormation 2016-08-15 10:57:40 -07:00
cloudwatch ALWAYS use utcnow(), never now() 2016-09-07 14:40:52 -04:00
core Merge pull request #735 from rocky4570/dryrun-ec2 2016-10-16 19:14:57 -04:00
datapipeline Implement CloudFormation's physical_resource_id for Data Pipeline 2015-09-17 15:29:14 -04:00
dynamodb ALWAYS use utcnow(), never now() 2016-09-07 14:40:52 -04:00
dynamodb2 Attempt to parse simple ConditionExpressions in DynamoDB put_item(). 2016-11-04 12:37:10 +01:00
ec2 fix up indentation 2016-10-16 00:56:49 +10:00
ecs add ecs tasks methods 2016-08-30 00:26:13 +01:00
elb Add dry_run to a number of EC2 services 2016-10-16 00:34:52 +10:00
emr Better EMR coverage and boto3 request/response handling 2016-10-13 16:48:07 -07:00
glacier Add ability for specific backends to enable template escaping. Closes #441. 2015-11-03 09:25:47 -05:00
iam Merge pull request #669 from netors/feature/implement-iam-list-users-for-boto3 2016-08-27 21:13:53 -04:00
kinesis Fix firehose to work without Redshift config. 2016-10-09 20:24:09 -04:00
kms Implementing KMS encrypt/decrypt 2016-10-14 01:04:14 -07:00
opsworks opsworks: py2.6 compat str.format 2016-04-18 16:36:30 -04:00
rds ALWAYS use utcnow(), never now() 2016-09-07 14:40:52 -04:00
rds2 Use correct kwarg when creating database 2015-10-20 09:12:59 -07:00
redshift Add redshift support for cloudformation. 2015-08-08 13:29:37 -04:00
route53 Fix tagging code. Unit tests were passing but the underlying implementation wasn't producing the expected result 2016-09-22 18:38:47 -07:00
s3 Update response headers with response_dict from key; add tests 2016-09-20 15:42:21 -07:00
s3bucket_path Stop stripping the trailing slash off keys listed from s3 buckets 2016-09-13 12:21:22 +01:00
ses Add sent_messages back to SESBackend 2016-05-05 23:01:24 -04:00
sns ALWAYS use utcnow(), never now() 2016-09-07 14:40:52 -04:00
sqs Use region from ctor to set queue_arn. 2016-08-17 22:12:00 +01:00
sts ALWAYS use utcnow(), never now() 2016-09-07 14:40:52 -04:00
swf Fix date validation 2016-02-08 10:33:33 -05:00
__init__.py 0.4.27 2016-09-16 18:41:11 -04:00
backends.py opsworks: implement create_stack 2016-04-14 10:37:13 -04:00
compat.py Better EMR coverage and boto3 request/response handling 2016-10-13 16:48:07 -07:00
server.py Make server use 127.0.0.1 as default address. 2016-09-01 12:14:38 +01:00