We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed01d09 commit 97abedaCopy full SHA for 97abeda
Libraries/src/Amazon.Lambda.Annotations/LambdaStartupAttribute.cs
@@ -7,7 +7,7 @@ namespace Amazon.Lambda.Annotations
7
/// can be injected into Lambda functions.
8
/// </summary>
9
/// <remarks>
10
- /// The class should implement a ConfigureServices method that
+ /// The class should implement a ConfigureHostBuilder method (recommended) or ConfigureServices (legacy) that
11
/// adds one or more services to an IServiceCollection.
12
/// </remarks>
13
[AttributeUsage(AttributeTargets.Class)]
0 commit comments