steffyP

Results 126 comments of steffyP

Hi @philipholtseeland, thanks for reporting. We will look into it and get back to you if we need additional information.

## Documentation of initial triaging and testing against AWS ## Running the sample against AWS results in: aws rds describe-db-clusters ```json { "DBClusters": [ { "AllocatedStorage": 1, "AvailabilityZones": [ "us-east-1c",...

Hi @aadi58002, unfortunately I wasn't able yet to reproduce your issue. Do you also see this error, when you use the "quickstart" sample from pulumi, e.g. for `pulumi new aws-yaml`...

Hi @aadi58002, could you please run the quickstart example again and collect the logs for this run? Please start LocalStack with `DEBUG=1` and then `pulumi up --debug`.

Hi @aadi58002, it would also be great if you could share the logs from LocalStack :) However, from your pulumi output it looks like the LocalStack configuration is not even...

Hi @sazzadabdulhasib and @MJDeligan , thanks for reporting. We are able to reproduce this issue with the sample-app. Adding the logs here: cdklocal deploy --verbose ## cdklocal output ``` CdkTestsStack:...

Hi @MJDeligan, hi @sazzadabdulhasib, the issue should be resolved in the `latest` LocalStack image. Could you try to pull the image (`docker pull localstack/localstack:latest`) and give it another try? 🙏

Hi @nmofonseca, unfortunately, I am not familiar with terragrunt. I tried to run an example with the config you provided and get the same result. However, I also do not...

Hi @nmofonseca, in particular I meant if the configuration for `endpoints` for the aws provider in your `terragrunt.hcl` is taken into consideration. What I could find so far is that...

Hi @nmofonseca, thanks for reporting! Could you please add a complete example of your setup, I assume you have the actual configuration for rds in `main.tf`? 🙏 Also, I'm running...