Skip to content

Commit 5017bd4

Browse files
Release 2026-02-10 (#2280)
* release_2026-02-10 * Update test app CloudFormation templates * Updated changelog
1 parent 77211a2 commit 5017bd4

File tree

8 files changed

+1212
-1218
lines changed

8 files changed

+1212
-1218
lines changed

.autover/changes/5cc9fbb6-0eea-4424-809d-1f8579211de3.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2026-02-10
2+
3+
### Amazon.Lambda.Annotations (1.9.0)
4+
* Added FromCustomAuthorizerAttribute
5+
16
## Release 2026-02-04
27

38
### Amazon.Lambda.Core (2.8.1)

Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2121
<IncludeBuildOutput>false</IncludeBuildOutput>
2222

23-
<Version>1.8.0</Version>
23+
<Version>1.9.0</Version>
2424
</PropertyGroup>
2525

2626
<!-- Delay setting the package id till after resolving dependencies to avoid ambigious errors. -->

Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyOriginatorKeyFile>..\..\..\buildtools\public.snk</AssemblyOriginatorKeyFile>
1212
<SignAssembly>true</SignAssembly>
1313

14-
<Version>1.8.0</Version>
14+
<Version>1.9.0</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

Libraries/test/TestCustomAuthorizerApp/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "Test application demonstrating FromCustomAuthorizer attribute with both HTTP API and REST API Lambda Authorizers. This template is partially managed by Amazon.Lambda.Annotations (v1.8.0.0).",
4+
"Description": "Test application demonstrating FromCustomAuthorizer attribute with both HTTP API and REST API Lambda Authorizers. This template is partially managed by Amazon.Lambda.Annotations (v1.9.0.0).",
55
"Globals": {
66
"Function": {
77
"Runtime": "dotnet8",

Libraries/test/TestExecutableServerlessApp/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.8.0.0).",
4+
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.9.0.0).",
55
"Parameters": {
66
"ArchitectureTypeParameter": {
77
"Type": "String",

Libraries/test/TestServerlessApp.NET8/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.8.0.0).",
4+
"Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.9.0.0).",
55
"Resources": {
66
"TestServerlessAppNET8FunctionsToUpperGenerated": {
77
"Type": "AWS::Serverless::Function",

0 commit comments

Comments
 (0)