webiny/webiny-js

5.39.0 - Using `AWS_PROFILE` in Env Vars No Longer Works

adrians5j opened this issue · 4 comments

I discovered that when you try using AWS_PROFILE in env vars, the profile is not detected in the STS call (although the creds are picked up!):

image

Let's see why this profile is undefined here. Maybe it's AWS SDK3-related?

I am also experiencing this issue. Had to revert to 5.38.0

From which version you reverted back to 5.38?

From which version you reverted back to 5.38?

Latest. I believe that's 5.38.2. I ran npx create-webiny-project but then it couldn't pick up my AWS profile until I instead did npx create-webiny-project@5.38.0.

For context I'm a new user building the app for the first time.

Closed with #3828.