aws-toolkit-jetbrains
aws-toolkit-jetbrains copied to clipboard
Inject Credentials in other configurations (for ex: Jest)
Is your feature request related to a problem? Please describe. I wan't to be able to run Jest configuration using my AWS Profile.
Describe the solution you'd like A before launch task that populate AWS environment variable linked to the current profile, to provide the configuration AWS Permissions in the environment/
Describe alternatives you've considered adding variables to env manually
Additional context I'm doing integration testing, that require to have access to AWS permissions (DynamoDB, ChimeSDK for example). I'm having mfa so it's really annoying to populate the env with the new tokens everytime.
@kiiadi https://github.com/aws/aws-toolkit-jetbrains/pull/2455 would work for Jest right?