Closed bhavanki closed 4 months ago
Attention: Patch coverage is 62.68657%
with 25 lines
in your changes are missing coverage. Please review.
Project coverage is 35.81%. Comparing base (
b4e1590
) to head (0f8609a
).
Files | Patch % | Lines |
---|---|---|
store/ssmstore.go | 66.00% | 14 Missing and 3 partials :warning: |
environ/environ.go | 45.45% | 6 Missing :warning: |
cmd/exec.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Version 2.0 of chamber deprecated use of the non-path-based API for the SSM parameter store. This commit removes support for it completely.
Since the deprecation occurred so long ago, this changeset does not preserve the ability to migrate to using the path-based API. Migration may be performed with a 2.x version of chamber prior to upgrading to a 3.x version.
BREAKING CHANGE: Any users or clients still using the non-path-based SSM API will see errors working with the SSM parameter store.