Skip to content

Commit 97abeda

Browse files
authored
Update LambdaStartupAttribute.cs (#2064)
Update Summary of LambdaStartupAttribute to match docs: https://github.com/aws/aws-lambda-dotnet/blob/master/Libraries/src/Amazon.Lambda.Annotations/README.md
1 parent ed01d09 commit 97abeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/src/Amazon.Lambda.Annotations/LambdaStartupAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Amazon.Lambda.Annotations
77
/// can be injected into Lambda functions.
88
/// </summary>
99
/// <remarks>
10-
/// The class should implement a ConfigureServices method that
10+
/// The class should implement a ConfigureHostBuilder method (recommended) or ConfigureServices (legacy) that
1111
/// adds one or more services to an IServiceCollection.
1212
/// </remarks>
1313
[AttributeUsage(AttributeTargets.Class)]

0 commit comments

Comments
 (0)