Skip to content

Commit a44d353

Browse files
authored
Update LambdaStartupAttribute.cs
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 044dcf0 commit a44d353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)