I'm trying to build a pulumi stack from new with f...
# general
r
I'm trying to build a pulumi stack from new with from codecommit,
pulumi new <https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/pulumi_pki> --cwd .\test2\ --non-interactive
Seems easier with github as you can obtain a token, but is there a way with codecommit? Maybe passing secrets? Getting the errorĀ 
error: authentication required
. I've added AWS keys as environment variables as well as in the credentials file.