Open Issues Need Help
View All on GitHub Bug: check_path_valid_type allows int(0) but rejects other falsy values inconsistently about 2 months ago
bug good first issue priority:low fix-submitted
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Python
Bug: convert_path_to_unix_path does not handle empty string input about 2 months ago
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