Marcus Speight
Marcus Speight
I've turned verbosity logging down to -1 as I'm only interested in fatal issues. However our logs are filling up with which aws region it is using, 26 times in...
Currently, this bundle does not allow adding multiple tags to a middleware service. This is required when the same middleware is used on multiple clients (but not all), and when...
Adds the ability to include additional arguments just for the test command. (Replaces #112)
## :bookmark_tabs: Summary Allows any character between `[` and `]` for architecture diagram titles. Resolves #5928 ## :straight_ruler: Design Decisions Change of regex to allow any character. Also had to...
### Description The following definition fails to render. This is due to the architecture diagram only supporting alphanumeric and spaces for titles. ``` architecture-beta service api(internet)[https://mermaid.js.org/] ``` ### Steps to...