Joel Baranick
Joel Baranick
This is simply about exposing the region specified on the cli as part of the resources, so that it can be filtered on. This allows me to write a config...
@jckuester This should be resurrected. The whole concept of this still works in the re-write you have done. It enables you to write a cleanup specification like: ```yaml aws_instance: -...
@jckuester Sounds great! I'd love to know if the perf improvements seem good to you. For me they were a really big help when trying to cleanup resources in 13+...
@jckuester A very simple fix is to change the region parameter to: ``` flags.StringSliceVarP(®ions, "regions", "r", []string{}, "The regions to delete resources in") ``` At least then the caller can...
@jckuester Feedback?
See: https://github.com/kadaan/awsweeper/tree/speed_up
@Kugelschieber Thanks for the docker-compose config. What does the config file for acme-dns look like?
@Kugelschieber Did you configure any of the acme-dns specific options in the config.cfg file (this one: https://github.com/joohoi/acme-dns/blob/master/config.cfg) I'm wondering about how those two config (docker-compose.yml and config.cfg) interact.
@bau-sec This would be great. We would love to use websockets and the AsyncWebServer. There have been issues in the past getting the AsyncWebServer and NimBLE-Arduino working well together. I...
You will get some nice crashes. Search on NimBLE-Arduino and ESPAsyncWebServer and you will find some mention for sure. Sorry, I don’t have the links handy.