EventBridgeOptions
@h4ad/serverless-adapter > EventBridgeOptions
(interface) EventBridgeOptions
The options to customize the EventBridgeAdapter
Signature:
export interface EventBridgeOptions
(property) eventBridgeForwardMethod
The http method that will be used to create a request to be forwarded to the framework.
Signature:
eventBridgeForwardMethod?: string;
(property) eventBridgeForwardPath
The path that will be used to create a request to be forwarded to the framework.
Signature:
eventBridgeForwardPath?: string;