New Features
- Add option that allows usage of lambda upstreams without specifying a function. Affects custom extensions of the lambda extension built in go that use gloo as a library. This is purely a work around for current Gloo Portal behavior and likely should not be opted into otherwise. (https://github.com/solo-io/solo-projects/issues/4274)
- Aws lambda set upstream level defaults to override route destinations. (https://github.com/solo-io/solo-projects/issues/4274)
- Added a flag to glooctl check (--read-only) that prevents it from doing any port forwarding and checking of resulting resources. (#5462)
Fixes