Skip to content

Commit

Permalink
Updated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Kralizek committed Oct 28, 2022
1 parent 60d54cd commit 2b677d9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion samples/EventFunction/EventFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AWSProjectType>Lambda</AWSProjectType>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion samples/EventFunction/aws-lambda-tools-defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"profile": "",
"region": "eu-west-1",
"configuration": "Release",
"framework": "netcoreapp2.1",
"framework": "net6.0",
"function-runtime": "dotnetcore2.1",
"function-name": "test-lambda-template",
"function-memory-size": 256,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AWSProjectType>Lambda</AWSProjectType>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"profile": "",
"region": "eu-west-1",
"configuration": "Release",
"framework": "netcoreapp2.1",
"framework": "net6.0",
"function-runtime": "dotnetcore2.1",
"function-name": "test-lambda-template",
"function-memory-size": 256,
Expand Down
1 change: 0 additions & 1 deletion samples/SnsEventFunction/SnsEventFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AWSProjectType>Lambda</AWSProjectType>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion samples/SnsEventFunction/aws-lambda-tools-defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"profile":"RG",
"region" : "eu-west-1",
"configuration" : "Release",
"framework": "netcoreapp2.1",
"framework": "net6.0",
"function-runtime": "dotnetcore2.1",
"function-name": "test-lambda-template",
"function-memory-size" : 256,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AWSProjectType>Lambda</AWSProjectType>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"profile":"RG",
"region" : "eu-west-1",
"configuration" : "Release",
"framework": "netcoreapp2.1",
"function-runtime": "dotnetcore3.1",
"framework": "net6.0",
"function-runtime": "dotnet6",
"function-name": "test-lambda-template",
"function-memory-size" : 256,
"function-timeout" : 30,
Expand Down

0 comments on commit 2b677d9

Please sign in to comment.