Skip to content

Commit 9af473b

Browse files
author
Viktor Chernev
committed
AWS Lambdas
1 parent 1246704 commit 9af473b

7 files changed

+499
-356
lines changed

DescribeTranspiler.AWS/Function.cs

Lines changed: 367 additions & 355 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"Information": [
3+
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
4+
"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.",
5+
"dotnet lambda help",
6+
"All the command line options for the Lambda command can be specified in this file."
7+
],
8+
"profile": "default",
9+
"region": "eu-north-1",
10+
"configuration": "Release",
11+
"function-architecture": "x86_64",
12+
"function-runtime": "dotnet8",
13+
"function-memory-size": 3008,
14+
"function-timeout": 30,
15+
"function-handler": "DescribeTranspiler.AWS::DescribeTranspiler.AWS.Function::HTranspile_SingleDmlToSingleHtml",
16+
"framework": "net8.0",
17+
"function-name": "Transpile_SingleDmlToSingleHtml",
18+
"function-description": "Compile Describe Source code to HTML",
19+
"package-type": "Zip",
20+
"function-role": "arn:aws:iam::580393905125:role/lambda_exec_CompileDescribeCodeToHtml",
21+
"function-subnets": "",
22+
"function-security-groups": "",
23+
"tracing-mode": "PassThrough",
24+
"environment-variables": "",
25+
"image-tag": ""
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"Information": [
3+
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
4+
"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.",
5+
"dotnet lambda help",
6+
"All the command line options for the Lambda command can be specified in this file."
7+
],
8+
"profile": "default",
9+
"region": "eu-north-1",
10+
"configuration": "Release",
11+
"function-architecture": "x86_64",
12+
"function-runtime": "dotnet8",
13+
"function-memory-size": 3008,
14+
"function-timeout": 30,
15+
"function-handler": "DescribeTranspiler.AWS::DescribeTranspiler.AWS.Function::HTranspile_SingleDmlToSingleHtmlPlain",
16+
"framework": "net8.0",
17+
"function-name": "Transpile_SingleDmlToSingleHtmlPlain",
18+
"function-description": "Compile Describe Source code to Html",
19+
"package-type": "Zip",
20+
"function-role": "arn:aws:iam::580393905125:role/lambda_exec_CompileDescribeCodeToHtmlPlain",
21+
"function-subnets": "",
22+
"function-security-groups": "",
23+
"tracing-mode": "PassThrough",
24+
"environment-variables": "",
25+
"image-tag": ""
26+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
{
3+
"Information" : [
4+
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
5+
"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.",
6+
"dotnet lambda help",
7+
"All the command line options for the Lambda command can be specified in this file."
8+
],
9+
"profile" : "default",
10+
"region" : "eu-north-1",
11+
"configuration" : "Release",
12+
"function-architecture" : "x86_64",
13+
"function-runtime" : "dotnet8",
14+
"function-memory-size" : 3008,
15+
"function-timeout" : 30,
16+
"function-handler" : "DescribeTranspiler.AWS::DescribeTranspiler.AWS.Function::HTranspile_SingleDmlToSingleJson",
17+
"framework" : "net8.0",
18+
"function-name" : "Transpile_SingleDmlToSingleJson",
19+
"function-description" : "Compile Describe Source code to JSON",
20+
"package-type" : "Zip",
21+
"function-role" : "arn:aws:iam::580393905125:role/lambda_exec_CompileDescribeCodeToJson",
22+
"function-subnets" : "",
23+
"function-security-groups" : "",
24+
"tracing-mode" : "PassThrough",
25+
"environment-variables" : "",
26+
"image-tag" : ""
27+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"Information": [
3+
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
4+
"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.",
5+
"dotnet lambda help",
6+
"All the command line options for the Lambda command can be specified in this file."
7+
],
8+
"profile": "default",
9+
"region": "eu-north-1",
10+
"configuration": "Release",
11+
"function-architecture": "x86_64",
12+
"function-runtime": "dotnet8",
13+
"function-memory-size": 3008,
14+
"function-timeout": 30,
15+
"function-handler": "DescribeTranspiler.AWS::DescribeTranspiler.AWS.Function::HTranspile_SingleDmlToSingleJsonListiary",
16+
"framework": "net8.0",
17+
"function-name": "Transpile_SingleDmlToSingleJsonListiary",
18+
"function-description": "Compile Describe Source code to JSON",
19+
"package-type": "Zip",
20+
"function-role": "arn:aws:iam::580393905125:role/lambda_exec_CompileDescribeCodeToJsonListiary",
21+
"function-subnets": "",
22+
"function-security-groups": "",
23+
"tracing-mode": "PassThrough",
24+
"environment-variables": "",
25+
"image-tag": ""
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"Information": [
3+
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
4+
"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.",
5+
"dotnet lambda help",
6+
"All the command line options for the Lambda command can be specified in this file."
7+
],
8+
"profile": "default",
9+
"region": "eu-north-1",
10+
"configuration": "Release",
11+
"function-architecture": "x86_64",
12+
"function-runtime": "dotnet8",
13+
"function-memory-size": 3008,
14+
"function-timeout": 30,
15+
"function-handler": "DescribeTranspiler.AWS::DescribeTranspiler.AWS.Function::HTranspile_SingleDmlToSingleXml",
16+
"framework": "net8.0",
17+
"function-name": "Transpile_SingleDmlToSingleXml",
18+
"function-description": "Compile Describe Source code to Xml",
19+
"package-type": "Zip",
20+
"function-role": "arn:aws:iam::580393905125:role/lambda_exec_CompileDescribeCodeToXml",
21+
"function-subnets": "",
22+
"function-security-groups": "",
23+
"tracing-mode": "PassThrough",
24+
"environment-variables": "",
25+
"image-tag": ""
26+
}

DescribeTranspiler.AWS/aws-lambda-tools-defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"function-handler" : "DescribeTranspiler.AWS::DescribeTranspiler.AWS.Function::HTranspile_SingleDmlToSingleJson",
1717
"framework" : "net8.0",
1818
"function-name" : "Transpile_SingleDmlToSingleJson",
19-
"function-description" : "Compile Describe Source code to JSON",
19+
"function-description" : "Compile Describe Markup Language code to JSON",
2020
"package-type" : "Zip",
2121
"function-role" : "arn:aws:iam::580393905125:role/lambda_exec_CompileDescribeCodeToJson",
2222
"function-subnets" : "",

0 commit comments

Comments
 (0)