Steve Pulec
326698f3fa
Merge pull request #1460 from okomestudio/s3-region-from-url
...
Support both virtual-hosted and path-style URLs for region name parsing
2018-03-06 21:57:57 -05:00
Steve Pulec
2134600e29
Merge pull request #1459 from okomestudio/fix-404-response-on-s3-head
...
Fix the S3 HEAD response body
2018-03-06 21:56:50 -05:00
Steve Pulec
39de04c18c
Merge pull request #1501 from dgolombek/wip/create_listener_bug
...
ELBv2.create_listener links TargetGroup to LB
2018-03-06 21:49:03 -05:00
Dave Golombek
9a8b36debc
ELBv2.create_listener links TargetGroup to LB
...
In order to search target_groups by LB, we need this link in place.
Resolves #1500
2018-03-06 16:57:56 -05:00
Srikanth Raju
4f05aa725c
S3: Do not attempt to return deleted files in bucket listing
2018-03-06 01:55:14 -08:00
Dave Golombek
73a1c03580
Fix handling of PageSize for ELB/ELBv2
...
Resolves #1497
2018-03-05 16:52:56 -05:00
andrew
894906e0ee
remove reliance on iam_backends
2018-02-23 14:52:22 -05:00
andrew
7d3af65f22
fix errors
2018-02-23 14:42:49 -05:00
andrew
6ab416724a
WIP: add iam roles to redshift
2018-02-22 14:58:19 -05:00
Evan Stachowiak
afe922bfb6
Fix MaxRecords compare issue
2018-02-21 13:11:26 +01:00
Chris Wolfe
8ac4ff1e99
greater granularity
2018-02-19 09:58:46 -06:00
Chris Wolfe
99d3362417
add code to respond to SSM send_command
2018-02-19 09:39:29 -06:00
Loukas Leontopoulos
3d7f584f64
Change lambda backend to support docker changes
2018-02-19 17:28:35 +02:00
Clive Li
6e6ed28d79
Use the TemplateBody by default it exist
...
serverless cli use the PUT + TemplateBody + TemplateURL to upload cloudformation template
This fix try to get the TemplateBody from the request first, if not exist, fetch the one from s3 bucket
2018-02-13 17:32:11 +11:00
Hugo Lopes Tavares
5f61950096
Make SpotPrice optional when requesting a spot fleet
...
When price is omitted, AWS will default to the on-demand price
2018-02-01 18:07:35 -05:00
Jack Danger
d090a8188c
fixing version number
...
Fixes #1481
2018-02-01 11:05:31 +09:00
Taro Sato
5e70d0ce4c
Support both virtual-hosted-style and path-style URLs for region name parsing
2018-01-30 16:10:43 -08:00
Taro Sato
c7bcbadc6e
Fix the S3 HEAD response body
2018-01-30 13:48:04 -08:00
rhard7
363f734e2b
fixes apigateway timestamp to match aws
2018-01-29 12:37:23 -08:00
grahamlyons
f3debf8f6f
Test and fix bug for snapshot searching
...
The logic which contructed a list of values for parameters with
multiple values was flawed in that e.g. `Subnet.1` and `Subnet.10`
would be have their values counted against `Subnet.1` because they
share a prefix.
This now checks for a starting `.` before counting that name as
having the requested prefix.
2018-01-29 14:30:21 +00:00
captainkerk
258c076eef
(slow heavy metal music playing) adjust spacing to appease the pep8 gods
2018-01-28 23:16:19 +00:00
captainkerk
4d77aef7e5
adjust spacing, remove unnecessary region_name variable from
...
SnapshotCopyGrant init
2018-01-28 23:08:03 +00:00
captainkerk
e514b98747
redshift: add copy grant functionality
2018-01-28 22:58:28 +00:00
captainkerk
7130dd5239
rework to follow spec for encrypted/unencrypted clusters
2018-01-28 04:16:21 +00:00
captainkerk
ed06658271
address spacing issues
2018-01-28 04:16:21 +00:00
captainkerk
92798b9a9f
improve error handling
2018-01-28 04:16:21 +00:00
captainkerk
d8b124fbf4
added: enable/disable/modify redshift snapshot copy methods
2018-01-28 04:16:21 +00:00
Rasmus Larsen
796145d62d
Make DestinationCidrBlock optional (ipv6).
2018-01-26 15:32:22 +01:00
Rasmus Larsen
59c49ca34f
Fix typo.
2018-01-26 14:55:53 +01:00
Rasmus Larsen
aedfebed98
Add support for CidrIpv6 in Security Ingress rules.
2018-01-26 14:48:11 +01:00
grahamlyons
3ce57644cd
Change 'image'
for 'volume'
when getting tags
...
The AWS docs say that: "Currently, the resource types that support
tagging on creation are instance and volume." Calling `create_volume`
and passing `image` as the resource type in tag specifications causes
an `InvalidParameterValue` error.
2018-01-26 11:12:50 +00:00
Jack Danger
4520cd930f
Merge pull request #1378 from william-richard/start-running-ami-tests
...
Make test_amis not executable, so nose runs it
2018-01-24 18:28:40 -08:00
Chris Keogh
53184208fd
add elasticloadbalancer:loadbalancer to resourcegroupstaggingapi.get_resources
2018-01-25 14:51:06 +13:00
Koudai Aono
518282dbd3
change get_param method to get_int_param
2018-01-25 00:51:14 +09:00
Koudai Aono
e4cf58d6fa
cast MaxRecords to int on describe_db_instances
2018-01-25 00:51:14 +09:00
Dan W Anderson
8959643e56
return redrivepolicy attribute as string
2018-01-23 18:33:23 -08:00
Dan W Anderson
89bad39313
add redrivepolicy attribute to sqs
2018-01-23 18:33:23 -08:00
dbfr3qs
597676c59c
add tags when creating ebs volume
2018-01-15 21:52:32 +13:00
ciprianaradulescu
c431a3a774
Merge branch 'master' into urldecode_fix
2018-01-14 19:58:48 +02:00
Ciprian Radulescu
ef9b229acc
url decode x-amz-copy-source as per s3 nodejs documentation
2018-01-14 18:49:47 +02:00
Toshiya Kawasaki
4f445a3db5
Handle describe-streams error when log events does not exist.
2018-01-14 15:20:20 +09:00
Toshiya Kawasaki
056a4e4672
Fix iot exception definition
2018-01-14 14:39:24 +09:00
Toshiya Kawasaki
663283a8f0
add logs exceptions
2018-01-14 14:35:53 +09:00
William Richard
09c5407b86
Fix tests that were introduced in PR #1398
2018-01-11 15:02:03 -05:00
William Richard
e0d4728c5d
Fix ami tests
...
- missing and malformed image ids
- test_ami_filters
- test_ami_copy tests
- test_ami_create_and_delete test
- test_ami_filter_wildcard test
- the rest of the tests by using the non-deprecated mock_ec2
2018-01-11 15:02:01 -05:00
Waldemar Hummer
da4a6fe616
implement Fn::GetAZs function in CloudFormation
2018-01-10 22:44:16 -05:00
Jack Danger
24fee6726a
bumping version to 1.2.0
2018-01-10 15:29:22 -08:00
Jack Danger
38711b398c
bringing old version number into line
2018-01-10 15:29:22 -08:00
Jack Danger
681726b826
Including the in-source version number
2018-01-10 15:29:22 -08:00
Brian Pandola
350cf9257e
Add update_access_key endpoint ( #1423 )
2018-01-10 18:29:08 -05:00