This functions dumps the runtime and uploads it to s3.
To deploy your function to AWS Lambda, right click the project in Solution Explorer and select Publish to AWS Lambda.
To view your deployed function open its Function View window by double-clicking the function name shown beneath the AWS Lambda node in the AWS Explorer tree.
To perform testing against your deployed function use the Test Invoke tab in the opened Function View window.
To configure event sources for your deployed function, for example to have your function invoked when an object is created in an Amazon S3 bucket, use the Event Sources tab in the opened Function View window.
To update the runtime configuration of your deployed function use the Configuration tab in the opened Function View window.
To view execution logs of invocations of your function use the Logs tab in the opened Function View window.
Restore dependencies
dotnet restoreDeploy function to AWS Lambda
dotnet lambda deploy-function [--profile <profile>] [--region <region>] dump-dotnetcore21Invoke function
dotnet lambda invoke-function [--profile <profile>] [--region <region>] dump-dotnetcore21