lalalilo / aws-spa

A no-brainer script to deploy a single page app on AWS
42 stars 3 forks source link

aws profiles #20

Closed bl4val closed 3 years ago

bl4val commented 3 years ago

I can't find any way to specify which aws profile to use Named profiles. Since we work with multiple customers, each which their own aws account, it's a must have for us. Otherwise this looks like a really good package, have been looking for this!

bl4val commented 3 years ago

I found that one can set the AWS_PROFILE env variable: AWS_PROFILE=myprofile npx aws-spa ....