Viacheslav Vasilyev
Viacheslav Vasilyev
AWS CLI `aws ssm get-parameter` supports `--with-decryption` option, which uses KMS key under the hood to decrypt your SecureString
How one can dig deeper into your reports without even knowing which colima version it is, or what's the OS? Also, a sample dockerfile could be beneficial in attempt to...
the same issue is valid for `delete_item()` ``` TypeError: BatchWriter.delete_item() got an unexpected keyword argument 'ExpressionAttributeNames' ```
Hey hey, stumbled upon yet another header for otel and then immediately recalled this PR. Still no? :)
reincarnation of https://github.com/madler/zlib/pull/315
it works even after SSO session has expired if I remove this line from `~/.aws/config` ``` sso_session = bbbb-cli ```
this is what I've got for expired session (I decided to run second item first) ```terminal $ aws-sso-util check --check-profile aaaa aws-sso-util: v4.30.0; aws-sso-lib: v1.13.0; time: 2022-12-01T11:42:16Z Configuration for profile...
while following a sso login journey in a browser I saw that `aws sso login --profile aaaa` has been using `bbbb-cli` in approval process, but `aws-sso-util login` isn't
I think I can summarize this issue to - for some reason `aws-sso-util login` is ignoring session profile
Yup, that's what I have preventively been doing, but leveraging the tool itself, so that it picks a correct SSO profile automatically ```terminal $ aws-sso-util login ```