Hi, all I am going to configure the pulumi aws pro...
# general
p
Hi, all I am going to configure the pulumi aws provider to use localstack for local development, However, I am encountering an error when I run my script . the language is Python
m
Not sure how you arrived at this code but the way you use ProviderEndpointArgs does not match the docs and its implementation. Your error already comes from line 6 (not line 21 as you marked). Have a look at the docs to see how to specify the endpoint addresses for different services.
p
Thanks very much. Resolved this issue. 👍