Class LambdaConfig
- java.lang.Object
-
- io.quarkus.amazon.lambda.deployment.LambdaConfig
-
@ConfigRoot(phase=BUILD_TIME) public class LambdaConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MockEventServerConfigmockEventServerConfiguration for the mock event server that is run in dev mode and test mode
-
Constructor Summary
Constructors Constructor Description LambdaConfig()
-
-
-
Field Detail
-
mockEventServer
MockEventServerConfig mockEventServer
Configuration for the mock event server that is run in dev mode and test mode
-
-