GH-917 Fix regression with sanitizing headers

Resolves #917
This commit is contained in:
Oleg Zhurakousky
2022-08-16 16:43:18 +02:00
parent b72c6d5903
commit 1edb0ae701
3 changed files with 7 additions and 3 deletions

View File

@@ -46,6 +46,9 @@ public final class AWSLambdaUtils {
static final String AWS_EVENT = "aws-event";
/**
* The name of the headers that stores AWS Context object.
*/
public static final String AWS_CONTEXT = "aws-context";
private AWSLambdaUtils() {