AWS Lambda C# Code in Code Editor

0

I know I saw it, but now I can't find it.

I created a HelloWorld Lambda function and there was a .NET tab on the code editor with C# code, the handler function had signature APIGatewayProxyResponse Handler(APIGatewayProxyRequest request, ILambdaContext context)

Am I crazy? Now I can't remember where I saw it.

asked a year ago358 views
1 Answer
0
Accepted Answer

It wasn't a code editor, just a tab with sample C# code. Oh well, never mind.

answered a year ago
profile picture
EXPERT
reviewed a month ago
  • It doesn't exist today for sure, but it's possible there was a helloworld sample before, created for a previous managed .NET runtime version that isn't supported anymore.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions