Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update template.yml in blank-csharp to .NET 6
  • Loading branch information
David van Erkelens committed Apr 19, 2023
commit a2a70117a0ccc9d26a6ef0718e4b941e8866d44f
4 changes: 2 additions & 2 deletions sample-apps/blank-csharp/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: blank-csharp::blankCsharp.Function::FunctionHandler
Runtime: dotnetcore3.1
CodeUri: src/blank-csharp/bin/Release/netcoreapp3.1/blank-csharp.zip
Runtime: dotnet6
CodeUri: src/blank-csharp/bin/Release/net6.0/blank-csharp.zip
Description: Call the AWS Lambda API
MemorySize: 256
Timeout: 9
Expand Down