Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 25, 2016 17:20
Show Gist options
  • Save guitarrapc/f81681e4a9571570056d64cb7c50eca7 to your computer and use it in GitHub Desktop.
Save guitarrapc/f81681e4a9571570056d64cb7c50eca7 to your computer and use it in GitHub Desktop.
{
"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": "default",
"region": "ap-northeast-1",
"configuration": "Release",
"framework": "netcoreapp1.0",
"function-runtime": "dotnetcore1.0",
"function-memory-size": 128,
"function-timeout": 30,
"function-handler": "GithubWebhook::GithubWebhook.Function::FunctionHandlerAsync",
"function-name": "GithubWebhook",
"function-role": "arn:aws:iam::ACCOUNTID:role/service-role/lambda_exec_role"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment