{ "Information" : [ "This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET CLI.", "To learn more about the Lambda commands with the .NET CLI execute the following command at the command line in the project root directory.", "dotnet lambda help", "All the command line options for the Lambda command can be specified in this file." ], "profile":"", "region" : "", "configuration" : "Release", "framework" : "net6.0", "function-runtime":"props.runtime.value", "function-memory-size" : 256, "function-timeout" : 30, "function-handler" : "<%= props.resourceName %>::<%= props.resourceName %>.<%= props.functionName %>::LambdaHandler" }