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 @@ -1063,6 +1063,11 @@ def populate_edge_configuration(
1063
1063
# Whether to really publish to GCM while using SNS Platform Application (needs credentials)
1064
1064
LEGACY_SNS_GCM_PUBLISHING = is_env_true ("LEGACY_SNS_GCM_PUBLISHING" )
1065
1065
1066
+ # TODO: remove this, replace this by setting the provider as default
1067
+ # force enable the use of the new invocation logic for APIGW v1 in community
1068
+ if not os .environ .get ("PROVIDER_OVERRIDE_APIGATEWAY" ):
1069
+ os .environ ["PROVIDER_OVERRIDE_APIGATEWAY" ] = "next_gen"
1070
+
1066
1071
# Whether the Next Gen APIGW invocation logic is enabled (handler chain)
1067
1072
APIGW_NEXT_GEN_PROVIDER = os .environ .get ("PROVIDER_OVERRIDE_APIGATEWAY" , "" ) == "next_gen"
1068
1073
if APIGW_NEXT_GEN_PROVIDER :
You can’t perform that action at this time.
0 commit comments