bitter-chef-49076
01/11/2023, 1:16 PMexport AWS_PROFILE=<profile_name>
, tried pulumi config set aws:profile <profile_name>
with unset AWS_PROFILE
- no luck at all. Pulumi keeps connecting to the same aws account. It doesn’t event read region
from the profile, which leads to Unable to put integration on 'GET' for resource at path '/': Invalid ARN specified in the request
as the region part of the ARN is undefined
(this was actually hard to debug, had to dig into pulumi source code to figure this out):
arn:aws:apigateway:undefined:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:384316429288:function:f-856d3a1/invocations
PLEAS HELP!!! I’m starting loosing my hope about getting Pulumi on board 😕