Skip to content

Commit e3b1ad4

Browse files
committed
Add autover change file for ALB annotations feature
1 parent 5184c5c commit e3b1ad4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Lambda.Annotations",
5+
"Type": "Minor",
6+
"ChangelogMessages": [
7+
"Added [ALBApi] attribute for configuring Lambda functions as targets behind an Application Load Balancer",
8+
"Source generator auto-creates CloudFormation TargetGroup, ListenerRule, and Lambda Permission resources",
9+
"Supports path pattern routing, priority, multi-value headers, host header and HTTP method conditions",
10+
"Supports @ResourceName template references and literal listener ARNs"
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)