aws-toolkit-vscode
aws-toolkit-vscode copied to clipboard
Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
## Problem recursive file watching doesn't work on linux since vscode 1.67 ...? this test fails: ``` 1) CloudFormation Template Registry adds dynamically-added template files with yaml and yml extensions...
**Desktop (please complete the following information):** - OS: Windows 10 - aws-cli/1.22.73 Python/3.8.10 Linux/5.10.102.1-microsoft-standard-WSL2 botocore/1.24.18 - VS Code version: 1.66.2 - AWS Toolkit extension version: 1.37.0 **Question** Cannot connect to...
Why not an option to sort by date (and name) the files in a bucket? It goes the length to tell me how old the file is while sorting by...
### Problem 1. LRU is a common mechanism re-implemented in various places, for example in dynamicResources: https://github.com/aws/aws-toolkit-vscode/blob/00bdbbe9109eb5f4b78805a92b33b31497a99e85/src/dynamicResources/model/resources.ts#L8 - These caches can be a hidden source of future bugs if they...
The specification for "Amazon States Language (YAML)" does not support comments. Any attempt to comment (or uncomment) YAML in an "Amazon States Language (YAML)" file has no effect in the...
**Is your feature request related to a problem? Please describe.** Right now when we use [intrinsic functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html) in YAML we often get error messages such as: `Incorrect type. Expected "string".`...
**Describe the bug** I was trying to debug AWS LAMBDA locally in vs code, but I always get the 'Invalid (or missing) template file (path must be workspace-relative, or absolute):'...
**Describe the bug** **To Reproduce** 1. Right click the "Resources" 2. Select "Show Resources..." 3. Enable a bunch of resources (or all of them) **Expected Behavior** Either don't show this...
## Problem We currently support only very basic SSO. Users are required to specify all the different parameters such as account ID and role name up-front. We also do not...
### Problem The `Upload Lambda` function expects various directory contents to exist, such as `template.yaml`. If you try `Upload Lambda` on an invalid directory it fails with an obscure null...