I recently started building a Slack Application linked to a booking API. The API is deployed in AWS Lambda, and it’s developed locally using Serverless Offline. When handling user interactions, Slack requires an acknowledgment within 3 seconds, but with the booking API, it’s not possible to complete the request within…