We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5558447 commit fa61dc7Copy full SHA for fa61dc7
samcli/commands/local/lib/local_api_service.py
@@ -76,7 +76,7 @@ def start(self):
76
# Print out the list of routes that will be mounted
77
self._print_routes(self.api_provider, self.host, self.port)
78
LOG.info("You can now browse to the above endpoints to invoke your functions. "
79
- "You do not need to restart/reload SAM CLI while working on your functions "
+ "You do not need to restart/reload SAM CLI while working on your functions, "
80
"changes will be reflected instantly/automatically. You only need to restart "
81
"SAM CLI if you update your AWS SAM template")
82
0 commit comments