Deeper support for custom AWS Lambda runtime
Adds an EnvironmentPostProcessor so the user ony has to set one property (spring.cloud.function.web.export.enabled=true).
This commit is contained in:
@@ -2,3 +2,5 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.function.adapter.aws.CustomRuntimeAutoConfiguration
|
||||
org.springframework.context.ApplicationContextInitializer=\
|
||||
org.springframework.cloud.function.adapter.aws.CustomRuntimeInitializer
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=\
|
||||
org.springframework.cloud.function.adapter.aws.CustomRuntimeEnvironmentPostProcessor
|
||||
Reference in New Issue
Block a user