"Value 'ANY {proxy+}' does not satisfy pattern" warning with sls 2.6

It should be ANY /{proxy+} now. You need an extra “/” before the proxy bit.

You can verify their regex on a regex tester https://regex101.com/r/XD0RQ0/1

3 Likes