dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.19k stars 796 forks source link

fix: Support alb with no method conditions #1653

Closed frodeaa closed 11 months ago

frodeaa commented 1 year ago

Description

The method conditions in alb event is optional, allow any request method to be routed to alb event handler if no method conditions are specified

Fixes: https://github.com/dherault/serverless-offline/issues/1623

How Has This Been Tested?

Added integration tests to verify that method condition is no longer required and any method is routed to the event handler

dnalborczyk commented 11 months ago

close/re-open in order to run ci.

dnalborczyk commented 11 months ago

thank you @frodeaa