AWS Lambda Project with .NET Runtime
Examine the structure of an AWS Lambda project with .NET runtime.
An AWS Lambda project with .NET runtime
AWS Lambda can be written as .NET executables that use .NET runtime. When it’s done this way, the AWS runtime doesn't run the .NET code. Instead, it spawns a .NET runtime process, which runs as a standard .NET executable within AWS.
The following playground contains an example of an AWS Lambda project with .NET runtime. This project represents a basic function that accepts a textual input, converts all the letters in the input to uppercase, and returns the results to the sender.
Get hands-on with 1400+ tech skills courses.