Andrew Garrett
993087f2bb
Fix AutoScalingGroup tags in DescribeAutoScalingGroups
...
I'm not certain that this is the approach that's desired. It'd be nice
to dynamically convert the keys one way or the other. Looking for
feedback.
Signed-off-by: Scott Greene <scott.greene@getbraintree.com>
2016-02-29 19:50:28 +00:00
Andrew Garrett
99af8bdb79
Convert VPCZoneIdentifier list in template resource to csv
...
Although the boto docs say to use a csv, CloudFormation templates use a
list instead:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#aws-properties-as-group-prop
Without this change, templates specifying VPCZoneIdentifier will break
as the identifier will be the repr of the list.
Signed-off-by: Scott Greene <scott.greene@getbraintree.com>
2016-02-29 19:50:27 +00:00
Andrew Garrett
da98052b18
Add support for DescribeStackResource
...
Signed-off-by: Scott Greene <scott.greene@getbraintree.com>
2016-02-29 19:50:25 +00:00
Andrew Garrett
ec10699c38
Add XML support for cloudformation commands that lacked it
...
This lets boto3's cloudformation API work with moto.
fixes #444
Signed-off-by: Scott Greene <scott.greene@getbraintree.com>
2016-02-29 19:50:23 +00:00
Andrew Garrett
06b173abe4
Pin boto3 and botocore
...
botocore 1.3.29 (new as of yesterday) breaks a few of the s3 and
lambda tests; something about a StringIO being closed prematurely.
¯\_(ツ)_/¯
boto3 doesn't pin the botocore version; as a result the new version of
botocore gets pulled in transitively, breaking today's builds.
Signed-off-by: Scott Greene <scott.greene@getbraintree.com>
2016-02-29 19:50:14 +00:00
Steve Pulec
a9d161e58e
0.4.22
2016-02-17 16:44:57 -05:00
Steve Pulec
e051fa779d
Merge pull request #544 from beeva-antonioirizar/fix_route53
...
Fix route53
2016-02-17 16:43:33 -05:00
Steve Pulec
dba038683b
Merge pull request #542 from spulec/feature/lambda
...
AWS Lambda basic support: ListFunctions, CreateFunction, GetFunction, DeleteFunction
2016-02-17 16:40:57 -05:00
Hugo Lopes Tavares
7d0dae1fb7
[lambda] Add @mock_lambda to the README file
2016-02-17 16:33:32 -05:00
Hugo Lopes Tavares
8f586d8637
[lambda] Use S3Key to figure out code size and SHA256
2016-02-17 16:24:17 -05:00
Hugo Lopes Tavares
b8d8844286
[lambda] Renamed test file to follow the convention
2016-02-17 16:16:50 -05:00
Hugo Lopes Tavares
39a57195a2
[lambda] Make JSON load python 3-compatible
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
2d744c6626
[lambda] Do not duplicate defaults for LambdaFunction objects.
...
The duplication caused a bug before and this commit is a bugfix and will prevent similar bugs in the future.
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
45d91bf963
[lambda] Do not use ZipFile as a context manager (it is not supported in Python 2.6)
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
ac66a8eb87
[lambda] Change string format to use {0} instead of {}
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
482751f731
[lambda] Add S3 validation for Code["S3Bucket"] and Code["S3Key"].
...
TODO: validate region.
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
4c10e54a36
[lambda] Add 404 test for DeleteFunction
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
7c36fca1dd
[lambda] Add VpcConfig to the responses
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
5f7ea2b77f
[lambda] Fix HTTP code of CreateFunction
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
5a29ec4986
[lambda] Add support to upload functions with ZipFile
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
9c4d07fb6a
[lambda] Add more meaningful names to tests
2016-02-17 16:13:58 -05:00
Hugo Lopes Tavares
75c6f6f660
[lambda] Make NextMarker a real UUID
2016-02-17 16:13:57 -05:00
Hugo Lopes Tavares
ca3babc606
[lambda] Add comment about Publish parameter
2016-02-17 16:13:57 -05:00
Hugo Lopes Tavares
576b9f683c
[lambda] Add CloudFormation support for AWS::Lambda::Function
2016-02-17 16:13:57 -05:00
Hugo Lopes Tavares
bfad9b9ed6
[lambda] Implement ListFunctions, GetFunction, and DeleteFunction
2016-02-17 16:13:57 -05:00
beeva-antonioirizar
84753aeac5
fix name method in the last commit
2016-02-17 17:44:20 +01:00
beeva-antonioirizar
b91596db32
add responses for methods don't have implemented in route53
2016-02-17 17:36:55 +01:00
beeva-antonioirizar
a621c83bf7
Comment's params is optional in create_hosted_zones. It is fix to support and templates adapted to it.
2016-02-17 15:32:38 +01:00
beeva-antonioirizar
1ac40cbaf6
add private zone in templates. Because it should have. It is always to False because it doesn't support for private zones.
2016-02-17 15:24:11 +01:00
beeva-antonioirizar
1448cf3541
add Istruncated to False in template list_hosted_zones_response in route53. Because it always has it.
2016-02-17 15:14:59 +01:00
beeva-antonioirizar
d8ed18aaac
add tag (<DescribeAlarmsResult>) to describe_alarms_template. Because it is miss and it can't work with boto3
2016-02-15 13:02:04 +01:00
Steve Pulec
63296049f1
More explicit SQS message checking. Closes #519 .
2016-02-14 17:10:17 -05:00
Steve Pulec
b9df567445
Merge pull request #536 from andyjones/task/ec2-placement
...
Support placement when starting new instances
2016-02-14 16:54:05 -05:00
Steve Pulec
117a79e103
Merge pull request #535 from beeva-antonioirizar/master
...
Add method describe_clusters and fix create_cluster, list_clusters, list_task_definitions, list_services for service ecs
2016-02-14 16:53:26 -05:00
Steve Pulec
ccc1cb42dd
Merge pull request #534 from ianfdk/master
...
Add SWF's list_open_workflow_executions and list_closed_workflow_executions
2016-02-14 16:50:53 -05:00
Steve Pulec
800f2403cf
Merge pull request #533 from kevgliss/boto3DescribeInstancesSecurityGroups
...
Ensuring boto3 can correctly identify instance security groups
2016-02-14 16:47:01 -05:00
Steve Pulec
76941dc48d
Merge pull request #531 from kevgliss/launchConfig
...
Adding additional params to response
2016-02-14 16:46:08 -05:00
Steve Pulec
b1ed5c05b2
Merge pull request #530 from gigimon/use-one-apiversion
...
* change api version to 2013-10-15
2016-02-14 16:35:12 -05:00
andy
7120b5e4b1
Support placement when starting new instances
2016-02-10 17:59:48 +00:00
beeva-antonioirizar
d13199ba06
remove nextToken if the library doesn't support pagination, because it doesn't send nextToken if it doesn't exceed maxResults. See documentation http://docs.aws.amazon.com/cli/latest/reference/ecs/list-clusters.html
2016-02-09 18:08:55 +01:00
beeva-antonioirizar
e7d469f21d
when create_cluster without name it should create a cluster with name default. Reference documentation http://docs.aws.amazon.com/cli/latest/reference/ecs/create-cluster.html
2016-02-09 17:03:25 +01:00
beeva-antonioirizar
f89721328a
add method describe_clusters for service ecs
2016-02-09 16:59:16 +01:00
Ian Fillion-de Kiewit
4e0affc734
Fix date validation
2016-02-08 10:33:33 -05:00
Ian Fillion-de Kiewit
7fd3daa524
Fix python 3.3 tests
2016-02-08 10:14:07 -05:00
Ian Fillion-de Kiewit
b3c59d7dab
Add swf entry to README.md
2016-02-05 17:38:19 -05:00
Ian Fillion-de Kiewit
0fa7f83270
Fix time checking and tests
2016-02-05 17:33:33 -05:00
Ian Fillion-de Kiewit
2389b95ee6
remove leftover ipdb
2016-02-05 15:38:36 -05:00
Ian Fillion-de Kiewit
d31105889e
Add list_closed_workflow_executions and make validation/filtering on list_open_workflow_executions better
2016-02-05 15:35:46 -05:00
kevgliss
c5016d9ddb
ensuring boto3 can correctly identify instance security groups
2016-02-04 16:03:20 -08:00
Ian Fillion-de Kiewit
93120927f7
Add list_open_workflow_executions endpoint
2016-02-04 17:14:33 -05:00