We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa6cfc commit 399ba36Copy full SHA for 399ba36
libraries/src/AWS.Lambda.Powertools.Common/Core/Constants.cs
@@ -20,8 +20,6 @@ namespace AWS.Lambda.Powertools.Common;
20
/// </summary>
21
internal static class Constants
22
{
23
- internal const string AWSInitializationTypeEnv = "AWS_LAMBDA_INITIALIZATION_TYPE";
24
-
25
/// <summary>
26
/// Constant for AWS_LAMBDA_INITIALIZATION_TYPE environment variable
27
/// This is used to determine if the Lambda function is running in provisioned concurrency mode
0 commit comments