Richard Li

Results 77 comments of Richard Li

`go:212.4746.92` also uses model v2 syntax, but `org.intellij.intelliLang` is new in `222.3345.16`, so that is probably the diff here I don't think this is quite the same as 1048 since...

Thanks for the detailed write-up! Root cause is that we don't let the IDE pass along the existing environment and so SAM CLI can't find node.js https://github.com/aws/aws-toolkit-jetbrains/blob/0d0c28bd30c1911d78688e3d86cfc23c7cbe626d/jetbrains-core/src/software/aws/toolkits/jetbrains/core/executables/ExecutableCommon.kt#L44

The issue appears to be that you don't have the `s3:ListObjectVersions`, but we should gracefully handle this in the UI

haven't seen this in a while, closing

By using a credential profile backed by a `credential_process`, the toolkit can automatically request new credentials from the credential process when the temporary credentials are about to expire. `aws-vault exec`...