aws-toolkit-jetbrains icon indicating copy to clipboard operation
aws-toolkit-jetbrains copied to clipboard

Inject Credentials in other configurations (for ex: Jest)

Open jeremycare opened this issue 3 years ago • 1 comments

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.

jeremycare avatar Jun 02 '21 21:06 jeremycare

@kiiadi https://github.com/aws/aws-toolkit-jetbrains/pull/2455 would work for Jest right?

rli avatar Jun 03 '21 20:06 rli