aws-toolkit-jetbrains
aws-toolkit-jetbrains copied to clipboard
AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
**Describe the bug** According to JetBrains as we discussed in [JetBrains Youtrack](https://youtrack.jetbrains.com/issue/PY-50732), AWS Tool Kit for JetBrains should use `winp` or `winpty` instead of `runnerw.exe`. **To reproduce** 1. Install AWS...
**Describe the bug** ```log kotlin.reflect.full.IllegalCallableAccessException: java.lang.IllegalAccessException: class kotlin.reflect.jvm.internal.calls.CallerImpl$FieldGetter$BoundInstance cannot access a member of class software.aws.toolkits.jetbrains.services.ecs.exec.OpenShellInContainerDialog with modifiers "private" at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:224) at kotlin.reflect.jvm.internal.KProperty0Impl.get(KProperty0Impl.kt:35) at kotlin.reflect.jvm.internal.KProperty0Impl$Getter.invoke(KProperty0Impl.kt:44) at com.intellij.ui.layout.CellKt$toNullable$1.invoke(Cell.kt:90) at com.intellij.ui.layout.Cell$comboBox$1.invoke(Cell.kt:354) at com.intellij.ui.layout.Cell$comboBox$1.invoke(Cell.kt:224)...
**Your Environment** IntelliJ IDEA 2022.1.1 (Community Edition) Build #IC-221.5591.52, built on May 11, 2022 Runtime version: 11.0.14.1+1-b2043.45 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11 10.0 GC:...
## Description 1) If a tab already exists, it needs to be activated on edt. 2) Fix for https://github.com/aws/aws-toolkit-jetbrains/issues/3191 ## License I confirm that my contribution is made under the...
**Describe the bug** When creating a PostgreSQL DB for RDS from available AWS resources, the plugin does not respect the default driver settings. **To reproduce** 1. Driver settings verification: 1.1....
**Describe the bug** Aurora serverless cannot be connected to **To reproduce** Open [RDS]->[Connect with Secret manager]->FAIL **Expected behavior** Ability to connect to Aurora serverless **Screenshots** **Your Environment** - OS: Linux...
**Describe the bug** Intellij sends alerts with this exception. ``` java.lang.Throwable: Assertion failed: Network calls can't be made inside read/write action at software.aws.toolkits.core.utils.LogUtilsKt.assertTrue(LogUtils.kt:105) at software.aws.toolkits.jetbrains.core.AwsSdkClient$ValidateCorrectThreadClient.prepareRequest(AwsSdkClient.kt:46) at software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder$NonManagedSdkHttpClient.prepareRequest(SdkDefaultClientBuilder.java:511) at software.amazon.awssdk.core.internal.http.pipeline.stages.MakeHttpRequestStage.executeHttpRequest(MakeHttpRequestStage.java:68) at...
**Describe the bug** Different roles are not getting detected for given MFA serial configs **To reproduce** - Open AWS toolkit and none of the profiles don't show up - ...
**Describe the bug** When using aws lambda, after creating a new lambda "run configuration", changing some parameters in the lambda run configuration, revert on OK/Apply to the old values =....
Since updating to 1.37-212, I am unable to deploy lambda functions on macOS. This happens for every function and worked fine prior to 1.37-212. I've confirmed the requirements.txt file exists...