Thundra tries to affect function size at minimum level. Since our .NET library only has an additional size of 24.2 MB, it will not greatly increase your function size.
Make sure your handler points to<MyAssembly>::<MyNamespace>.<MyClass>::HandleRequest
✅
not <MyAssembly>::<MyNamespace>.<MyClass>::DoHandleRequest
❌