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** 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...
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...
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...
## License I confirm that my contribution is made under the terms of the Apache 2.0 license.
 Need a separator or something For example, logs: 
**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...
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:...
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...
**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 ...
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...