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
The Geodesic container does not contain pip, which is required to bundle the Python Lambda function dependencies into the zip archive. Rather than pulling pip into Geodesic and after discussion with @igor, it was deemed better to check in a zipped up archive of the Lambda function containing code and dependencies, and add a Make target to regenerate that, from within a Docker container. I’m not too fond of checking in binaries like zip files, as this is an extra manual step compared to the previous solution. If you change the function or dependencies, you need to remember to run `make build`
0 commit comments