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

As a user, I can see and modify configuration details of a Lambda function without having to use the web console. The aspects that can be modified are currently TBD/open...

feature-request
needs-design
service:lambda
ux

I've had this branch for a while. Might as well finish it. ## Problem The Toolkit is pretty good at showing the user their resources, but we lack all the...

It's time for aws-toolkit-vscode to offer a viable competitor to [vscode-gh-codepsaces](https://docs.github.com/en/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code) Can we have killer feature options whereby we use ssm-agent-like secure tunnelling into both EC2 and CodeBuild images/containers for...

feature-request
service:ec2
vscode-remote
service:ecs

## Problem verified domains for vscode extensions, increases trust and helps avoid malicious third-party plugins which might masquerade as AWS extensions. ## Solution verify AWS domain https://code.visualstudio.com/api/working-with-extensions/publishing-extension#verify-a-publisher

feature-request

followup to https://github.com/aws/aws-toolkit-vscode/pull/2650 ## Problem 1. TelemetryService.findIter() is unstable 2. TelemetryLogger never flushes its items, and queries don't have a way to limit searches to time intervals ## Proposal 1....

feature-request
telemetry

As a user, when editing `template.yaml` or any other SAM/CFN json or yaml template, I want language services (LSP) for CloudFormation syntax: - Auto-completion - Go to Definition - Find...

feature-request
service:cloudformation
aws-documents

## Problem Currently new yaml files that **_haven't been saved_** after adding: ```yaml AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 ``` do not get the cfn/sam schema associated with them automatically. However, it...

bug
sam
json-schema-sam-cfn
aws-documents

## Problem Currently VSCode only prompts users to install VSCode-YAML when a `template.yaml` file is opened in their workspace. Now that we have more dynamic detection of whether or not...

feature-request
pending-release
sam
json-schema-sam-cfn
aws-documents

When debugging the simple SAM .NET 3.1 or 2.1 hello world function you get a pop up error "No process with the specified name is currently running". And a timeout...

bug
blocked
sam
os:macos
lambda-arm

(from Windows CI) ``` SamCliLocalInvokeInvocation ✔ invokes `sam local` with args (7671ms) ✔ Passes template resource name to sam cli (1703ms) ✔ Passes template path to sam cli (1583ms) ✔...

tests-ci-cd
performance