You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -->
0 commit comments