hmm. undiscoverable creds. i’ve even attempted us...
# python
a
hmm. undiscoverable creds. i’ve even attempted using: https://github.com/pulumi/pulumi-aws/blob/master/sdk/python/pulumi_aws/provider.py#L13 skip credentials validation
Copy code
Previewing update (development):

     Type                     Name                    Plan       Info
     pulumi:pulumi:Stack      aws-pulumi-development             
 +   ├─ pulumi:providers:aws  localstack              create     
     └─ aws:s3:Bucket         my-bucket                          1 error
 
Diagnostics:
  aws:s3:Bucket (my-bucket):
    error: unable to discover AWS AccessKeyID and/or SecretAccessKey - see <https://pulumi.io/install/aws.html> for details on configuration
g
I think Pulumi still expects some credentials, even if they're not real.
And localstack will ignore them from what I remember, but it's been a while since I did anything with Pulumi and localstack.
I’ve set some envvars and instantiated the provider with bogus creds. i tried doing
pulumi up -v=4
but no dice on better outputs.
realized that i was doing a bad thing. I have it working!
Copy code
$ awslocal s3 ls
2020-02-21 14:39:03 localstack-s3-f134aa3
👍 1