Skip to content

Commit 8fb925c

Browse files
author
AWS
committed
AWS Lambda Update: Remove incorrect endpoint tests
1 parent 1ee818d commit 8fb925c

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Lambda",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/lambda/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -819,17 +819,6 @@
819819
"UseDualStack": false
820820
}
821821
},
822-
{
823-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
824-
"expect": {
825-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
826-
},
827-
"params": {
828-
"Region": "us-iso-east-1",
829-
"UseFIPS": true,
830-
"UseDualStack": true
831-
}
832-
},
833822
{
834823
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
835824
"expect": {
@@ -843,17 +832,6 @@
843832
"UseDualStack": false
844833
}
845834
},
846-
{
847-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
848-
"expect": {
849-
"error": "DualStack is enabled but this partition does not support DualStack"
850-
},
851-
"params": {
852-
"Region": "us-iso-east-1",
853-
"UseFIPS": false,
854-
"UseDualStack": true
855-
}
856-
},
857835
{
858836
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
859837
"expect": {
@@ -867,17 +845,6 @@
867845
"UseDualStack": false
868846
}
869847
},
870-
{
871-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
872-
"expect": {
873-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
874-
},
875-
"params": {
876-
"Region": "us-isob-east-1",
877-
"UseFIPS": true,
878-
"UseDualStack": true
879-
}
880-
},
881848
{
882849
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
883850
"expect": {
@@ -891,17 +858,6 @@
891858
"UseDualStack": false
892859
}
893860
},
894-
{
895-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
896-
"expect": {
897-
"error": "DualStack is enabled but this partition does not support DualStack"
898-
},
899-
"params": {
900-
"Region": "us-isob-east-1",
901-
"UseFIPS": false,
902-
"UseDualStack": true
903-
}
904-
},
905861
{
906862
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
907863
"expect": {

0 commit comments

Comments
 (0)