aws-toolkit-jetbrains icon indicating copy to clipboard operation
aws-toolkit-jetbrains copied to clipboard

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs

Results 621 aws-toolkit-jetbrains issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have installed AWS Toolkit and selected a profile but the python script configuration does not contain an "AWS Connection" tab. The experimental setting is enabled. **Expected...

bug

Cannot deploy an AWS SAM project by clicking on **Deploy Serverless Application** from the context menu of `template.yaml` file. **To reproduce** 1. Open an AWS SAM project 2. Open the...

bug

1. Currently it's overriding EditorActionHandler which doesn't have access to the indents the EnterHandler makes afterwards, so override the EnterHandler class. ## Types of changes - [x] Bug fix (non-breaking...

codewhisperer

## License I confirm that my contribution is made under the terms of the Apache 2.0 license.

![image](https://user-images.githubusercontent.com/742829/183755448-d589de50-7c1c-424a-b706-f88fa25ce84b.png) Need a separator or something For example, logs: ![image](https://user-images.githubusercontent.com/742829/183755625-6da4986c-b426-4d8c-9ac3-07b37ca5b5d1.png)

bug
pending-release
ux

**Describe the bug** Plugin crashes constantly when my aws credentials are not valid due to MFA token expiration **To reproduce** have MFA active wait for it to expire try do...

bug
ready-to-work

When deploying a lambda, the template fails to deploy via sam with the error: Unrecognized resource types: [AWS::Serverless::Function]. Template that is created is (redacted): `Resources: Function: Type: AWS::Serverless::Function Properties: Timeout:...

feature-request
cloudformation
filetypes

With both Docker daemons (minikube & docker-machine) the AWS Toolkit in Intellij IDEA ran a "docker ps" which was always complaining that the socket "/var/run/docker.sock" could not be found. Unfortunately...

feature-request
sam

**Your Environment** - OS: WINDOWS 10 - JetBrains product: IntelliJ IDEA - JetBrains product version: 2022.1.2 - AWS Toolkit version:1.48-221 - SAM CLI version:2.7.18 - JVM/Python version:jdk8 ![屏幕截图 2022-07-28 211208](https://user-images.githubusercontent.com/14539303/181514845-aa993ac6-73ca-46a1-9ba8-79d97cf2c2b2.png)...

bug
needs-design
sam

After upgrade to version 1.48-213, deletion of CloudFormation stacks causes refresh of the resources tree multiple times. It used to stay as is without refresh, now it is very hard...

bug
needs-repro