2341 Commits

Author SHA1 Message Date
Mariusz Nowak
ae9edb459e
Fix policy definition 2019-11-07 18:30:55 +01:00
Mariusz Nowak
33fdc78279
Rely on ${AWS::Partition} 2019-11-07 16:19:53 +01:00
Mariusz Nowak
b39c10c8d2
Fix handling of china region 2019-11-07 11:05:11 +01:00
Mariusz Nowak
c0513b89be
Seclude common options 2019-11-07 10:46:09 +01:00
Mariusz Nowak
5c44c88581
Fix handling of --no-aws-s3-accelerate option 2019-11-07 10:26:04 +01:00
Mariusz Nowak
ef10fd5827
Reconfigure tests to rely on runServerless util 2019-11-07 10:25:36 +01:00
Philipp Muens
55c259f994
Merge pull request #6051 from imsatyam/feature/vpc-link-integration
Add support for vpc link integration discussed as part of #5025
2019-11-06 13:22:18 +01:00
Philipp Muens
d2010b4589 Make checking for error messages more robust 2019-11-06 13:13:54 +01:00
Philipp Muens
85438ea466
Merge pull request #6926 from cbm-egoubely/fix-missing-alb-trigger
Fix missing ALB trigger in console
2019-11-06 12:42:51 +01:00
Edward Goubely
50087d4c9e Fix missing ALB trigger in console 2019-11-05 13:00:16 +01:00
Philipp Muens
f2e9a6f01b
Merge pull request #6879 from master-of-null/bugs/sns-cross-region-psuedo-params
Fixes bug with sns-cross-region definition using psuedo params
2019-11-05 12:45:04 +01:00
Philipp Muens
028c5d714a Formatting 2019-11-05 10:23:35 +01:00
Winston Wright
5e63a5e674 Update AWS Limits on Lambda@Edge 2019-11-04 12:00:57 -06:00
Philipp Muens
23e2ad5c81 Add code comment 2019-11-04 12:23:53 +01:00
Philipp Muens
7d7651d495 Update code to not use regex lookbehind 2019-11-04 12:18:43 +01:00
Philipp Muens
f835bac14b
Merge pull request #6383 from timtrinidad/master
Create distinct target groups for different ALBs
2019-11-04 12:11:38 +01:00
Philipp Muens
362334bca6 Merge branch 'master' into feature/vpc-link-integration 2019-11-01 12:46:01 +01:00
Philipp Muens
2ea0f06465 Merge branch 'master' into feature/vpc-link-integration 2019-11-01 12:44:43 +01:00
Edward Goubely
7e9132bf7a Fix ALB event priority validation 2019-10-31 16:19:34 +01:00
Mariusz Nowak
38ed445e8a
Ensure default bucket policy is not configured for custom bucket 2019-10-31 12:57:13 +01:00
Mariusz Nowak
f5405a60e6
Remove obsolete lint instruction 2019-10-31 12:56:11 +01:00
Edward Goubely
5768d5c104 Address PR review comments and clean up code 2019-10-29 15:39:32 +01:00
Edward Goubely
5c09b1b16d Fix prettier issues 2019-10-28 23:32:37 +01:00
Edward Goubely
792d55124a Add validation for ALB event priorities 2019-10-28 23:18:24 +01:00
Edward Goubely
2617484d8c Revert getAlbListenerRuleLogicalId to its previous implementation to make the changes non-breaking 2019-10-28 23:18:24 +01:00
Tim Trinidad
41c47ecf47 include listenerId and albId in rule logicalId, handle Ref for listenerArn 2019-10-28 23:18:24 +01:00
Tim Trinidad
011b2f456e use alb ID instead of priority number 2019-10-28 23:18:24 +01:00
Tim Trinidad
8c13e3e516 use priority to create distinct target groups 2019-10-28 23:18:24 +01:00
Philipp Muens
f7838880dd
Merge pull request #6880 from DanConway/master
Find origin by domain name and path
2019-10-28 12:34:17 +01:00
Philipp Muens
8ba7461459
Merge pull request #6747 from JackDanger/jackdanger/allow-specific-apigateway-logs-role
Allow specifying ApiGateway logs role ARN
2019-10-25 16:58:09 +02:00
Philipp Muens
425ee5cf26 Fix lint issue 2019-10-25 13:48:36 +02:00
Philipp Muens
5313b2a4df Fix region error handling in Lambda@Edge implementation 2019-10-25 13:46:53 +02:00
Philipp Muens
7accce7c1b Fix typo 2019-10-25 12:19:28 +02:00
Dan Conway
a5480ce483 fix: prettify 2019-10-24 20:02:08 +01:00
Dan Conway
cbb42ce240 fix: Find origins using domain name and path 2019-10-24 18:04:46 +01:00
Philipp Muens
aba27192c0 Remove naming function for logical id 2019-10-24 13:34:54 +02:00
Philipp Muens
3d24e8af38 Pass role arn into custom CloudFormation resource 2019-10-24 13:30:34 +02:00
Gabriel
ba718fbcba fixes bug with sns-cross-region definition using psuedo params 2019-10-23 12:11:22 -04:00
Mariusz Nowak
67db1647d4
Merge pull request #6823 from neverendingqs/aws/httpsbucket
AWS - deployment bucket policy for HTTPS only
2019-10-23 07:05:49 -05:00
Philipp Muens
8f8975b205 Wrap code into BbPromise.try 2019-10-23 13:17:23 +02:00
Philipp Muens
25bb4e2da1 Merge branch 'master' into jackdanger/allow-specific-apigateway-logs-role 2019-10-23 13:03:47 +02:00
Mariusz Nowak
b749213029
Fix custom resource tests 2019-10-23 11:49:58 +02:00
Mariusz Nowak
ce6d155948
Fix DependsOn handling 2019-10-23 11:10:02 +02:00
Mariusz Nowak
88f60a48ab
Honor cfnRole in custom resources handling 2019-10-22 17:13:17 +02:00
Mariusz Nowak
ae1696084b
Reorganize custom role setup 2019-10-22 16:59:28 +02:00
Philipp Muens
68c46b434f Merge branch 'master' into jackdanger/allow-specific-apigateway-logs-role 2019-10-22 12:59:48 +02:00
Philipp Muens
3d2879ef56 Introduce logical id naming function 2019-10-22 11:45:06 +02:00
Philipp Muens
3cede35cc9 Add / Update tests 2019-10-22 11:38:30 +02:00
Philipp Muens
ee25a30f8a Update code to return Promise 2019-10-22 11:38:12 +02:00
Eetu Tuomala
7927148f54
fix arn name 2019-10-18 13:06:16 +03:00