Discussions

Ask a Question
Back to All

AWS Add-on integration

I am making a very simple add-on through AWS Lambda using C#. My Function Handler has arguments of EventArgs & ILambdaContext. I return a string of HTML, but the HTML is not being rendered. Any assistance would be appreciated - I know I'm missing something obvious. I'm guessing my return type is incorrect, but not sure what else to use.