You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Produces the zip for the lambda as desired. The zip file looks like this:
All looks good here, until -->
I get the error "module not found" and look at AWS console to find the lambda as:
Problem!
You saw it there.. the file names contain the backslashes!
Updates:
1:
Issue doesn't exist if I manually zip the files (src and jsonschema folders) and upload into lambda
2:
Issues stays even if I use " dockerizePip: false "
. i.e. Not using the docker container and having sls run the pip command in windows environment.
Looks like: Problem in the way zip file is being produced.