JadenSimon
JadenSimon
## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Description This should've fixed an...
## Problem View is re-rendered when a node becomes "invisible". This is a consequence of visibility being functionally different from a node's children changing. ## Solution Externally refresh a specific...
## Problem The SDKs pull in configuration data from a lot of places: environment variables, shared INI files, client constructors (within the Toolkit), etc. Developers should be able to easily...
## Problem Our telemetry requires us to record everything in one big data blob at the end of execution. This means everything we might care about needs to be stored...
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...
**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...
It'd be nice if we could disable features if we feel that they aren't important for our workflows and/or don't work correctly because of lack of permissions. AWS has many...
Parent issue to track features or improvements regarding API-based lambdas. #### Proposed new features: * `interactive` mode * #1840 * Start a server without a payload * Toolkit attaches a...
**Is your feature request related to a problem? Please describe.** Users have been using the AWS Tools for Powershell task just to get AWS credentials in a Powershell environment **Describe...