CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM

0 stars 0 forks 0 watchers Python Apache License 2.0
2 Open Issues Need Help Last updated: Mar 17, 2026

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