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

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources

Results 418 aws-toolkit-vscode issues
Sort by recently updated
recently updated
newest added

## 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...

bug
blocked
sam

**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...

guidance
auth
needs-response
os:wsl
os:windows

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...

feature-request
service:s3
filtering-tagging

### 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...

feature-request
performance

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...

feature-request
step-functions

**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".`...

feature-request
json-schema-sam-cfn

**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):'...

bug
sam

**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...

bug
ux

## 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...

bug
service:lambda
sam
deploy