This sample demonstrates deployment process of a C# Console application as container image using a local .NET 6 image.
- Dockerfile uses local version of base image, therefore, it is required to build AWS Lambda .NET 6 base image.
..\..\build.ps1
cd Sample
dotnet lambda deploy-function
- Login to AWS Console and navigate to deployed function Sample in Lambda Service.
- Create a new test event
- Event name:
TestSample
- Payload:
hello world
- Event name:
- Test lambda function with TestSample event.