55f39265ddUpgrade to boto 2.45 (#803)
Jesse Szwedko
2017-01-18 19:55:22 -08:00
82bc502cf7Fix assert_raises for catching parents of exceptions.
Steve Pulec
2017-01-18 22:46:51 -05:00
2bf85fe25dFix Route53 response and tests (#804)
Akhter Ali
2017-01-18 21:40:04 -05:00
a967ec0d39made the Security Group backend throw the same error as AWS if the nb of sec groups limit is hit (#742)
costypetrisor
2017-01-19 02:37:55 +00:00
d42432bfefIAM: raise error if requiested instance profile does not exist (#802)
Jesse Szwedko
2017-01-18 18:36:50 -08:00
a292150087Throw exception if same security group rule added twice. Closes#737.
Steve Pulec
2017-01-11 22:35:27 -05:00
6ac8c2b4daAdd boto3 standalone example.
Steve Pulec
2017-01-11 21:21:42 -05:00
c54985a39fFix for #748. Turn on autoescape for S3 templates. (#779)
Tom V
2016-12-03 23:13:24 +00:00
ee8e72766aSupport for ecs describe_task_definition (#777)
Paul Cieslar
2016-12-03 23:12:22 +00:00
24fdf5b6feAdded myself as a contributor. :P
Justin Wiley
2016-12-01 20:02:54 -08:00
c7757f953cCan't iterate over dict values in Python 3.3+. Changed Rule.targets from a dict to an array, which is probably better anyway since the dict doesn't maintain order, making API calls with the Limit parameter specified unreliable.
Justin Wiley
2016-12-01 19:52:00 -08:00
5d7a102e4cStoopid import was still hanging around.
Justin Wiley
2016-12-01 19:24:40 -08:00
6c85a85e0dRemoved OrderedDicts for 2.6 and dict.iteritems() calls for 3.3+ compatibility.
Justin Wiley
2016-12-01 19:10:59 -08:00
db0b494b4fCompleted the CloudWatch Events mocking module and tests.
Justin Wiley
2016-12-01 17:23:51 -08:00
d0def03c4cEvents models first draft done, need to write tests, then get responses going.
Justin Wiley
2016-11-30 17:09:58 -08:00
d0a66f2dffBegin work on mocking CloudWatch Events.
Justin Wiley
2016-11-29 17:19:26 -08:00
2c50561563fix decoding keys in query condition
Peter Gorniak
2016-11-29 14:04:23 -08:00
5a7c711a74bring dynamodb2 update expression handling closer to spec
Peter Gorniak
2016-11-25 21:07:24 -08:00
c3c6eaf281rename duplicate rds/models db_instance_identifier to physical_resource_id (#776)
David Wilcox
2016-11-24 13:07:26 +11:00
d6890640b2Fixed time formatting in ec2/models.py (#778)
Justin Wiley
2016-11-23 18:06:35 -08:00
136f6d67fbAdd S3 ACL for aws-exec-read. Closes#740.
Steve Pulec
2016-11-23 19:42:36 -06:00
1b4bb156e4Freezetime.
Steve Pulec
2016-11-23 19:23:47 -06:00
040c2cd8ccFix s3bucketpath handling for IP based requests (#765)
mfranke
2016-11-24 02:05:34 +01:00
09ca1c4388Fix JSON dump error in ecs.update_service with task_definition (#775)
Pior Bastida
2016-11-23 20:01:48 -05:00
4ea915fc3aUpdate Cloudformation/parsing#load_parameters to split commadelimitedlists into lists (#774)
David Wilcox
2016-11-24 11:57:47 +11:00
17584e9aa4Add ECS Descriptors (#772)
Robert Sheehy
2016-11-23 18:56:12 -06:00
05c6fc6738Fix tests for py3.
Steve Pulec
2016-11-11 17:22:45 -05:00
fa3663c610Add support for login profile deletion (#768)
Sean Marlow
2016-11-11 15:05:02 -07:00
71c1fbadbeAdd DynamoDB tests for update_item() with UpdateExpression, support spaces in the UpdateExpression. (#758)
Nuno Santos
2016-11-11 23:04:14 +01:00
4942e74ab1Fix SNS application endpoint to match AWS return format (#763)
Mike Pappas
2016-11-11 17:01:47 -05:00