Commit 5184c5c
committed
fix: rename DefaultAction to DefaultActions for ALB Listener
The CloudFormation property for AWS::ElasticLoadBalancingV2::Listener
is 'DefaultActions' (plural), not 'DefaultAction' (singular).
Fixed in:
- TestServerlessApp.ALB/serverless.template (deployed template)
- README.md ALB documentation example1 parent eb0a529 commit 5184c5c
File tree
2 files changed
+2
-2
lines changed- Libraries
- src/Amazon.Lambda.Annotations
- test/TestServerlessApp.ALB
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1065 | 1065 | | |
1066 | 1066 | | |
1067 | 1067 | | |
1068 | | - | |
| 1068 | + | |
1069 | 1069 | | |
1070 | 1070 | | |
1071 | 1071 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments