Open mbfreder opened 3 days ago
feat
or fix
, so it must include a changelog entry (unless the fix is for an unreleased feature). Review the changelog guidelines.
telemetry
type.One test is failing here but not on my local machine. Investigating this.
Problem
When --watch flag is used, the sync process remains alive. The region and stack_name info get written to config file only after the process finishes. This means customer would not be able to see (or refresh) the latest deployed resoures during the sync process.
Solution
Write to samconfig.toml before running sam sync
License: I confirm that my contribution is made under the terms of the Apache 2.0 license.