-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathaws-lambda-tools-defaults.json
More file actions
21 lines (20 loc) · 1.04 KB
/
aws-lambda-tools-defaults.json
File metadata and controls
21 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"Information" : [
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
"To learn more about the Lambda commands with the .NET Core 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" : "jordan_visualstudio",
"region" : "us-east-1",
"configuration" : "Release",
"framework" : "netcoreapp2.1",
"function-runtime" : "dotnetcore2.1",
"function-memory-size" : 1024,
"function-timeout" : 10,
"function-handler" : "MachOneSoftware.PizzaBuddy::MachOneSoftware.PizzaBuddy.Function::FunctionHandler",
"function-name" : "Alexa_PizzaBuddy",
"function-role" : "arn:aws:iam::756032701389:role/lambda_exec_Alexa_PizzaBuddy",
"tracing-mode" : "PassThrough",
"environment-variables" : ""
}