Handles the incoming event, processes it, and invokes the next middleware in the pipeline.
The adapter context containing the raw event, execution context, and other data.
The next middleware to be invoked in the pipeline.
A promise that resolves to the processed Response Builder.
Middleware for handling incoming events and transforming them into Stone.js events.
This class processes incoming events, extracting relevant data and forwards them to the next middleware in the pipeline.