smokeintitan
smokeintitan
CC#
Created by smokeintitan on 2/20/2023 in #help
❔ So I'm hammering my head against this Lambda API I trying get working
that cause a LambdaSenlizationError which I found another stackflow saying I just needed to add this bit of code
[assembly: LambdaSerializer(typeof(Amazon.Lambda.Serialization.SystemTextJson.DefaultLambdaJsonSerializer))]
[assembly: LambdaSerializer(typeof(Amazon.Lambda.Serialization.SystemTextJson.DefaultLambdaJsonSerializer))]
now Im back to the NullReferenceException and I'm a little lost on what I'm missing.
3 replies