Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update aws param store store to use getKey (#1009)
## what - Refactored the `getKey` method in AWS SSM Parameter Store to handle nil stack delimiters - Added error handling for cases where stack delimiter is not properly set - Improved error propagation in `Set` and `Get` operations ## why - Prevents potential nil pointer dereferences when stack delimiter is not initialized - Makes the code more robust by explicitly handling error cases - Improves debugging capabilities by providing more specific error messages ## references - Related to AWS SSM Parameter Store documentation: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved error reporting to promptly capture and inform users of configuration issues. - **Refactor** - Streamlined the process for constructing actual configuration keys, enhancing overall consistency and system reliability. - Enhanced error handling in key retrieval processes for improved robustness. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information