5

I have flask API running on AWS lambda deployed using zappa.

While instancing it's not able to find libmysqlclient.so.18 file which I believe consumes a lot of time.

Error message in attached image

Can someone please help?

Thanks!

enter image description here

Naishav Mehta
  • 266
  • 2
  • 10

1 Answers1

1

There are several solutions proposed:

https://github.com/Miserlou/Zappa/issues/1834

1.

Django==2.0.0
Zappa==0.48.2
  1. try to add the following to your zappa settings:

    "include": []

Rene B.
  • 3,421
  • 3
  • 28
  • 49