From b297b518ee8a52041ea15ed0734d37ea39382fba Mon Sep 17 00:00:00 2001 From: fabriziolana Date: Mon, 10 Jun 2024 09:28:44 +0200 Subject: [PATCH] PN-10784: portata lunghezza indirizzo a 700 in dev --- scripts/aws/cfn/microservice-dev-cfg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/aws/cfn/microservice-dev-cfg.json b/scripts/aws/cfn/microservice-dev-cfg.json index c74d7891e..b5bb607cb 100644 --- a/scripts/aws/cfn/microservice-dev-cfg.json +++ b/scripts/aws/cfn/microservice-dev-cfg.json @@ -21,6 +21,7 @@ "IsSendActiveDefaultValue": "true", "PhysicalAddressValidationValue": "true", "PhysicalAddressValidationCharsValue": "@_0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ./ '\\-", + "PhysicalAddressValidationLength": "700", "VersioningV1V2GetNotificationLambdaProvisionedConcurrency": "1", "VersioningV1V21SendNewNotificationLambdaProvisionedConcurrency": "1", "VersioningV1V21GetNotificationRequestStatusLambdaProvisionedConcurrency": "1",