Bryce Ito
Bryce Ito
>However, I was quickly disappointed to see that I can only load CloudWatch logstream with 1h increments (pagination default in AWS Toolkit for VS Code). The pagination that VS Code...
Hi @luca-terrazzan-docebo , just making sure, are you talking about implementing [`BatchWriteItem`](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html) support or do you have something else in mind?
Just curious, does generating a debug handler from your `template.yaml` file work (use the codelens over the resource in the `template.yaml` file)? I'll look into the code-target handlers, but I'm...
https://github.com/aws/aws-toolkit-vscode/pull/3952 for the code-target launch configs. Historically, the Typescript code-target launch configs were a best-guess (since we have to generate and `tsc` everything ourselves), but this seems like it fixes...
I'm assuming all VS Code-written networking features work fine? If so, the proxy is probably only affecting the AWS JS SDK and CLI (both of which we leverage). For our...