File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
localstack-core/localstack Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1066,6 +1066,11 @@ def populate_edge_configuration(
1066
1066
# Whether to really publish to GCM while using SNS Platform Application (needs credentials)
1067
1067
LEGACY_SNS_GCM_PUBLISHING = is_env_true ("LEGACY_SNS_GCM_PUBLISHING" )
1068
1068
1069
+ # TODO: remove this, replace this by setting the provider as default
1070
+ # force enable the use of the new invocation logic for APIGW v1 in community
1071
+ if not os .environ .get ("PROVIDER_OVERRIDE_APIGATEWAY" ):
1072
+ os .environ ["PROVIDER_OVERRIDE_APIGATEWAY" ] = "next_gen"
1073
+
1069
1074
# Whether the Next Gen APIGW invocation logic is enabled (handler chain)
1070
1075
APIGW_NEXT_GEN_PROVIDER = os .environ .get ("PROVIDER_OVERRIDE_APIGATEWAY" , "" ) == "next_gen"
1071
1076
if APIGW_NEXT_GEN_PROVIDER :
You can’t perform that action at this time.
0 commit comments