Open Issues Need Help
View All on GitHub bug good first issue priority:low fix-submitted
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Python
AI Summary: The `convert_path_to_unix_path` function in `samcli/lib/utils/path_utils.py` incorrectly returns `.` when provided with an empty string input, instead of an empty string. This behavior is a bug, as an empty path should ideally remain empty. A simple fix involving an early return for empty input is proposed.
Complexity:
1/5
bug good first issue
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Python