Need help with serverless-bundle support for Mikro-ORM

Hi all,

I’m using Mikro-ORM with PostgreSQL.

As far as I can see there’s no basic configuration for it but I’m not able to make it works with serverless-bundle when bundled and deployed on my lambda.

Everything works offline with serverless-offline but when I deploy it and run it on the lambda it just doesn’t bundle things correctly.

Could someone have a suggestion in order to make it works?

One way to debug these is by running serverless package locally and then going to the .serverless/ directory and opening the zip file. This will show you what is being bundled and uploaded. That might give you a sense of what is going on.