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
fix(lambda-python): asset bundling fails on windows (#19270)
The output directory should always use posix paths since this directory
is being used within a linux docker container.
I did not add any tests because it looks like there is no way to mock the `path` platform detection.
fixes#18861
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments