sparse-intern-71089
02/23/2023, 10:04 AMrhythmic-traffic-52280
02/23/2023, 10:48 AMus-east-1
. I need to give it the aws-profile of my stack-config:
const awsConfig = new pulumi.Config('aws');
const awsProfile = awsConfig.get('profile');
const awsUsEast1 = new aws.Provider('aws-provider-us-east-1', {
region: 'us-east-1',
profile: awsProfile,
});
Would be great to mention this in the "Configuring AWS API Gateway" guide to spare some debugging time for others 😉