Roman
Roman
```ini [profile AD/Foo/AdministratorAccess] granted_sso_start_url = https://abc.awsapps.com/start granted_sso_region = ca-central-1 granted_sso_account_id = 1234 granted_sso_role_name = AdministratorAccess common_fate_generated_from = aws-sso credential_process = granted credential-process --profile AD/Foo/AdministratorAccess ```
> Can you please run env | grep AWS and check if the AWS_REGION is set correctly? That's the thing - any command will reset the region, so running `env`...
Yes, I do have that enabled. I assumed that was the issue, given that this was what was released or updated in later versions. But is that really the expected...
Agreed. This is very muddy. I just wanted to use it for e2e tests internally. Verbiage states that integration tests require a purchase of a license. This doesn't make sense....
Yes, I think #105 can cover this use case in another way.
I think stabilizing the task interface should be in the must-have category, as this is a major blocker for integration with other task runners: https://github.com/projen/projen/issues/2051 You touch on one of...
@mbonig +1 on Docusaurus. Although I feel like `mkdocs` will still win because that's what AWS teams seem to have settled at, judging by the use of it across several...
> > @mbonig +1 on Docusaurus. Although I feel like `mkdocs` will still win because that's what AWS teams seem to have settled at, judging by the use of it...
@mrgrain Another suggestion for v1, and I am not sure if there's an issue for it, could be export clean up. This would probably break a lot, unless a backward-compat...
I think another useful bit of the related functionality here, perhaps, would be to isolate projen task runner from projen synthesizer. Because now, in CI and other envs, the entire...