Justin M. Keyes
Justin M. Keyes
## Problem see https://github.com/aws/aws-toolkit-vscode/issues/2638 `s3_uploadObject` supports a "count" field, so the old plural variant `s3_uploadObjects` is deprecated and we can remove it from https://github.com/aws/aws-toolkit-common . ## Solution 1. Remove use...
## Problem Some messages have awkward or verbose wording. ## Solution Adjust the messages. ## License By submitting this pull request, I confirm that my contribution is made under the...
## Problem If ecs exec is used to run a command that takes too long or hangs, Toolkit does not provide a way to cancel it. https://github.com/aws/aws-toolkit-vscode/issues/2607#issuecomment-1210098083 : > if...
- [ ] update our credentials documentation about the `source:name` structure of creds - [ ] convert the `AWS.configuration.description.awssam.debug.credentials` message in package.json to a markdownDescription and providing a link to...
steps to reproduce: 1. run `AWS: Choose AWS Profile` 2. select a SSO profile 3. do _not_ complete the SSO flow 4. run `AWS: Choose AWS Profile` and choose a...
As a user, when editing `~/.aws/*` credentials files such as `~/.aws/credentials` or `~/.aws/config`, I want syntax support for AWS credentials files: - MVP - Auto-completion - Syntax highlight - Syntax...
https://github.com/aws/aws-toolkit-vscode/blob/810dfe57b4871257756ef02c524e58f4ca25330f/src/shared/sam/localLambdaRunner.ts#L162
## Problem Toolkit currently always builds and runs from a temporary `/tmp/vstck-xx` directory. This confuses tooling and may defeat SAM CLI "cache" functionality. - #1988 - #2024 Reason for the...
- failing since https://github.com/aws/aws-toolkit-vscode/commit/3626b1e208c0b41bd22454eb51905d69f403e890 - likely because of an upstream change in... - ~~python extension~~ - https://github.com/aws/aws-sam-cli-app-templates ``` 2 failing 1) SAM Integration Tests SAM runtime: python3.8 (Image) Starting from...
DynamoDB
Support DynamoDB: - List/Browse - Delete - Edit - Query - [Batch](https://github.com/aws/aws-toolkit-vscode/issues/1421#issuecomment-755958602) - VSCode ["notebook" interface](https://code.visualstudio.com/api/extension-guides/notebook)? Implementation note: PartiQL not supported in GovCloud? aws/aws-toolkit-jetbrains/issues/2956 ## Related - #476 - https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql...