forked from elnuraa/Content
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaws-lambda-tools-defaults.json
19 lines (18 loc) · 1.04 KB
/
aws-lambda-tools-defaults.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"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" : "us-east-1",
"configuration" : "Debug",
"framework" : "netcoreapp2.0",
"s3-prefix" : "WOW.OAM.Register/",
"template" : "serverless.json",
"template-parameters" : "\"ShouldCreateBucket\"=\"false\";\"BucketName\"=\"clm-register-user-api\";\"isStubData\"=\"false\";\"WOWENVIRONMENT\"=\"dev\";\"Subnet1\"=\"subnet-fa2279b2\";\"Subnet2\"=\"subnet-3b51c861\";\"SecurityGroup\"=\"sg-1d5a9c6d\"",
"s3-bucket" : "clmbucketcode",
"stack-name" : "aws-register-user-dev",
"stack-wait" : true
}