Terry Cain
884fc6f260
Adds FilterExpression to dynamodb.query ( #1326 )
...
* Added FilterExpression for dynamodb.query
* flake8
* Fixes using mutable default argument values
2017-11-08 22:53:31 +00:00
Florent Rivoire
6e199d35b3
Use pkg_resources to keep the package zip-safe ( #1308 )
2017-11-07 13:29:24 +00:00
Jack Danger
eccc8f97f8
Merge pull request #1312 from JackDanger/jack/validate-protocol-on-target-group-creation
...
validate protocol on target group creation
2017-11-06 18:08:25 -08:00
Jack Danger
73f28d6ba8
adding elbv2 utils.py for arn generation
2017-11-06 17:49:45 -08:00
Jack Danger
7c3d78e7c5
validate protocol on target group creation
2017-11-06 14:19:03 -08:00
Terry Cain
d4745a575b
utf 8 in key deletions V2 ( #1321 )
...
* supporting utf-8 in key deletions
* Fixed decoding of version body when regexing
* Fixed some more random errors
* Possible fix
* Fixed unused import
* Added UTF comment Py2
2017-11-06 14:19:03 -08:00
Adam Gilman
d0a285536d
Makes Creating SNS topics idempotent ( #1324 )
...
Make creating SNS topics idempotent
Closes #1323
2017-11-06 14:19:03 -08:00
Kai Xia(夏恺)
70e7f08d8f
Added support for SSM get_parameters_by_path. ( #1299 )
...
* Added support for SSM get_parameters_by_path.
Signed-off-by: Kai Xia <xiaket@gmail.com>
* add logic to handle trailing '/'.
Also, fix pep8.
Signed-off-by: Kai Xia <kai.xia@sportsbet.com.au>
* add tests for parameter value in response.
Signed-off-by: Kai Xia <kai.xia@sportsbet.com.au>
2017-11-06 14:19:03 -08:00
Terry Cain
d447929d29
utf 8 in key deletions V2 ( #1321 )
...
* supporting utf-8 in key deletions
* Fixed decoding of version body when regexing
* Fixed some more random errors
* Possible fix
* Fixed unused import
* Added UTF comment Py2
2017-11-06 13:39:08 -08:00
Adam Gilman
307ef8ead1
Makes Creating SNS topics idempotent ( #1324 )
...
Make creating SNS topics idempotent
Closes #1323
2017-11-06 19:06:55 +00:00
Kai Xia(夏恺)
3740db8059
Added support for SSM get_parameters_by_path. ( #1299 )
...
* Added support for SSM get_parameters_by_path.
Signed-off-by: Kai Xia <xiaket@gmail.com>
* add logic to handle trailing '/'.
Also, fix pep8.
Signed-off-by: Kai Xia <kai.xia@sportsbet.com.au>
* add tests for parameter value in response.
Signed-off-by: Kai Xia <kai.xia@sportsbet.com.au>
2017-11-06 09:44:54 +00:00
Terry Cain
c186733129
Merge branch 'master' into jack/validate-protocol-on-target-group-creation
2017-11-05 01:58:40 +00:00
Steve Pulec
2d9e622e79
Merge pull request #1313 from terrycain/fix_1311
...
CloudWatch: Added SetAlarmState and filter
2017-11-04 15:50:56 -04:00
Steve Pulec
b2c3a6ba01
Merge pull request #1320 from karthikax/asg-arn
...
ASG and LC arn fix
2017-11-04 15:17:26 -04:00
Steve Pulec
adf41244cd
Merge pull request #1316 from terrycain/lotsa_stuff
...
Lotsa stuff
2017-11-04 15:15:20 -04:00
Karthik Bhat
886bf1c2d0
ASG and LC arn fix
2017-11-03 19:06:25 +05:30
Jack Danger
fd4b5de68b
Merge pull request #1319 from bpandola/fix-1318
...
Fix #1318
2017-11-03 12:34:34 +01:00
Brian Pandola
68a1e41286
Fix #1318
2017-11-02 23:03:54 -07:00
Terry Cain
f120343d44
Fixed TargetGroup Matcher after #dfd41d8c00d1b4b8e1e2b294ca6be27e46833731
2017-10-29 19:31:15 +00:00
Terry Cain
c4273c9da1
Merge branch 'master' into lotsa_stuff
2017-10-29 19:26:27 +00:00
Terry Cain
e2bdaa07ea
Fix test cases that manipulate time
2017-10-29 19:11:52 +00:00
Terry Cain
75f0deb828
Completed SQS Implementation
2017-10-29 18:59:40 +00:00
Terry Cain
5c02085d3a
Fixed testcases after nonglobaling dynamo
2017-10-29 16:25:17 +00:00
Terry Cain
f6961b7108
flake8
2017-10-29 16:10:30 +00:00
Terry Cain
ab767416fe
Completed DynamoDBv2 endpoints
2017-10-29 16:06:09 +00:00
Terry Cain
92a0d96101
Fixed testcase
2017-10-29 16:06:03 +00:00
Terry Cain
2a52a0f91b
Completed ELBv2 implementation
2017-10-29 14:14:17 +00:00
Terry Cain
a6e5ffb99b
Completed events
2017-10-28 20:17:34 +01:00
Terry Cain
6e28c58e26
Added ecs attributes methods
2017-10-28 19:18:39 +01:00
Terry Cain
eccb536d8a
ACM ~100% coverage
2017-10-28 17:07:34 +01:00
Jack Danger
d187942eeb
Merge pull request #1304 from terrycain/ec2_instance_ip_improvement
...
Fixed a few ip issues
2017-10-28 03:48:16 +02:00
Jack Danger
439a3f9aab
Merge pull request #1314 from spulec/cloudformation-support-to-elbv2
...
Add CloudFormation support to ELB V2
2017-10-28 00:25:41 +02:00
Hugo Lopes Tavares
cc777f6049
Add missing newline (lint error)
2017-10-27 16:25:59 -04:00
Hugo Lopes Tavares
63c33211ee
Add GetAtt support to elbv2 LoadBalancer
2017-10-27 15:32:16 -04:00
Hugo Lopes Tavares
9804d7a963
Evaluate output values
...
Do not assume output values are string, evaluate them.
2017-10-27 15:31:45 -04:00
Hugo Lopes Tavares
474ebfea40
Add default name to LoadBalancer (cloudformation)
2017-10-27 15:01:25 -04:00
Hugo Lopes Tavares
82ad66256a
Add default name to TargetGroup (cloudformation)
2017-10-27 15:01:17 -04:00
Hugo Lopes Tavares
7b074b50a9
Add CloudFormation support to AWS::ElasticLoadBalancingV2::Listener
2017-10-27 14:38:40 -04:00
Hugo Lopes Tavares
dfd41d8c00
Add CloudFormation support to AWS::ElasticLoadBalancingV2::TargetGroup
2017-10-27 14:24:11 -04:00
Terry Cain
a3ecfc3d9a
flake8
2017-10-27 19:00:23 +01:00
Terry Cain
6adfb97753
Added SetAlarmState and added state filter to describe
2017-10-27 18:58:11 +01:00
Hugo Lopes Tavares
8786c2df05
Add CloudFormation support to AWS::ElasticLoadBalancingV2::LoadBalancer
2017-10-27 11:54:55 -04:00
Hugo Lopes Tavares
307e13796b
Add IpAddressType to DESCRIBE_LOAD_BALANCERS_TEMPLATE
2017-10-27 11:53:42 -04:00
Jack Danger
2b9f19ef77
Merge pull request #1307 from JackDanger/jack/add-implementation-coverage
...
Adding initial implementation coverage
2017-10-27 14:21:48 +02:00
Jack Danger
3fc0326b55
updating implementation coverage on version release
2017-10-27 14:21:14 +02:00
Jack Danger
c3a79dad5b
Markdownify the IMPLEMENTATION_COVERAGE.md
2017-10-27 14:20:50 +02:00
Jack Danger
a0c40b5e8a
Adding initial implementation coverage
2017-10-27 14:20:50 +02:00
Jack Danger
0ac36230e8
make task for generating implementation coverage output
2017-10-27 14:20:50 +02:00
Jack Danger
23ad62a4f9
validate protocol on target group creation
2017-10-27 03:16:06 +02:00
Terry Cain
596bf84480
Fixed typo
2017-10-25 20:14:39 +01:00