Marc

Results 19 comments of Marc

I think the documentation may be a bit misleading then: https://github.com/tfutils/tfenv#min-required ``` // this will detect 0.12.3 terraform { required_version = "= 0.10.0" } ```

@ahopkins here is the issue I was talking about :)

Mangum basically acts like a translator between an aws lambda request structure and what an asgi server would send to Sanic or FastAPI or any of the others.

I seem to be having the same issue. Did you ever figure it out or is it a true bug?

A potential implementation suggestion would be to allow monitors to add buttons to the page when you're viewing a monitor and its details. Then, a manual monitor can be added...

Nevermind this was all caused because my redis url was wrong.

So I had the `WILL_REDIS_URL` setup like this: `redis://redis:6379/foobot`. The last part I think is supposed to signify the namespace maybe? I don't know I took what we had in...