Templates/Blueprints/aws-lambda-tools-defaults.txt
{
"profile" : "CONFIGURED_PROFILE", "region" : "CONFIGURED_REGION", "configuration" : "Release", "framework" : "netcoreapp2.1", "function-runtime" : "dotnetcore2.1", "function-memory-size" : DEFAULT_MEMORY, "function-timeout" : DEFAULT_TIMEOUT, "function-handler" : "PROJECT_NAME::PROJECT_NAME.Bootstrap::ExecuteFunction", "function-name" : "", "function-role" : "", "tracing-mode" : "", "environment-variables" : "", "apply-defaults" : true } |