diff --git a/Libraries/src/Amazon.Lambda.Annotations/LambdaStartupAttribute.cs b/Libraries/src/Amazon.Lambda.Annotations/LambdaStartupAttribute.cs index c426f48eb..f46a17800 100644 --- a/Libraries/src/Amazon.Lambda.Annotations/LambdaStartupAttribute.cs +++ b/Libraries/src/Amazon.Lambda.Annotations/LambdaStartupAttribute.cs @@ -7,7 +7,7 @@ namespace Amazon.Lambda.Annotations /// can be injected into Lambda functions. /// /// - /// The class should implement a ConfigureServices method that + /// The class should implement a ConfigureHostBuilder method (recommended) or ConfigureServices (legacy) that /// adds one or more services to an IServiceCollection. /// [AttributeUsage(AttributeTargets.Class)]