hugohlln
hugohlln
@normj Thanks for your feedbacks I just dit a new commit with following changes : - Add comments - Change the namespace of IEncodingOptions and EncodingOptions For unit tests, what...
@CamileDahdah I just moved the registration of IEncodingOptions to LambdaRuntimeSupportServer level and removed redundant code from each AbstractAspNetCoreFunction implementations (APIGatewayHttpApiV2MinimalApi, APIGatewayRestApiMinimalApi and ApplicationLoadBalancerMinimalApi)
Hi @ashishdhingra, Thanks for your reply. We wan't to keep our current returned object `ActionResult` ant not `APIGatewayHttpApiV2ProxyResponse` in our controllers. The fact is that if we want in the...
What I did for the moment is creating my own `AddAWSLambdaHosting` service and my own `APIGatewayRestApiLambdaRuntimeSupportServer` where I can register my transformation for Base64 : **Custom `APIGatewayRestApiLambdaRuntimeSupportServer `:** ``` public...
I really hope that a best solution will be provided and that we will be able to add those kind of transformation directly in the Program.cs file when adding the...
Works perfectly with my DASH manifest ! Thanks @brignolij !