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
modern-zebra-45309
06/12/2024, 10:33 PM
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.