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(cli): cfn submit updated to use Windows CLI when run on Windows (#77)
* Use powershell if /bin/bash doesn't exist
* Fixed windows path typo
* fix windows path for SAM command
* use command.exe instead of powershell
* explicit change directory to module
* Use windows environment variable
* Switched to os.path.join and python subprocess shell command
* Add windows test for codegen. fix tests on windows
* fix zipfile namelist on windows
* Marked the windows only part of codegen._build to not be included in coverage report, since it will never run on non windows
0 commit comments