... some other sections to setup wsgi (for flask)
When I deploy this to lambda and export it to a zip, I don’t see my source code files i.e app.py, src folder and all.
When I do serverless package from my terminal, I see the same zip that I download from lambda - without the source code. How can I package my application so that the source code also is included in the zip?
Since the source code is not there, the endpoints are not there and hence I am unable to hit those.