steffyP

Results 126 comments of steffyP

Hi @1141558, do you also get this errors, when you run the example we provided? > With this `main.tf` file: > > ``` > resource "aws_cloudwatch_log_group" "yada" { > name...

Hi @1141558, you can find the [recommended docker-compose file here](https://github.com/localstack/localstack/blob/master/docker-compose.yml). Could you clarify what you mean by "SO environment variables"? You can pull the latest localstack image with `docker pull...

Hi @1141558, thanks for providing the example. When I run this script, I get a different error - but it might have the same root: In your "endpoints" you are...

Hi @1141558, we haven't heard back from you - did adding the logs endpoint resolve your issue? If it did, please close the issue. 🙏 Else we would ask to...

Hi @toadzky, do you still encounter this problem with the `lastest` localstack image? If yes, could you please share the content of the lambda (or a simplified example) so we...

I investigated a bit, with `latest` running locally in docker (the [dispatching issue with moto fallback is resolved on master](https://github.com/localstack/localstack/pull/6449)): - adding ` inject_host_prefix=False` to the client, seems to prevent...

Hi @merowinger92 > I validated now the tests aainst AWS and they look like passing in the current form. That's great news! 🎉 > Before compleltely submitting this for review...

Hi @merowinger92, thanks for the update! > I tried to adopt a SQS test to add a FilterCriteria to get the AWS behaviour with different filters. However I only get...

Hi @tweezy, could you please elaborate a bit more on your setup (e.g. how do you start LocalStack), and give a minimal example for the entire setup of this integration,...

Hi @parisnakitakejser, thanks for reaching out. In your description you mention several different things, as it seems. So I have some clarifying questions. 1. Regarding your initial problem: You say...