Skip to content

Add adapter for Zappa (flask) or example #628

@rezen

Description

@rezen

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions