-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Labels
area:adapterauto-triage-staleneed infoquestionFurther information is requestedFurther information is requested
Description
Zappa is a commonly used lambda framework that smushes your Flask app into a lambda. It also provisions and sets up related AWS resources for running the app which is super helpful. I tried leveraging the Flask example and deploying with Zappa, but it didn't work, which isn't surprising since "under the hood" it's actually a lambda invoking the Flask routes. I tried tweaking the flask example with this bit below, but it wasn't quite right. It seemed like events were not being properly processed, I'm not sure.
app = App(
process_before_response=True,
# ...https://github.com/zappa/Zappa
Category (place an x in each of the [ ])
- slack_bolt.App and/or its core components
- slack_bolt.async_app.AsyncApp and/or its core components
- Adapters in slack_bolt.adapter
- Others
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
Metadata
Metadata
Assignees
Labels
area:adapterauto-triage-staleneed infoquestionFurther information is requestedFurther information is requested