From 4e5a907c1d83b9b3e8f5cfce490e7b19e67034ac Mon Sep 17 00:00:00 2001 From: David Boyne Date: Mon, 7 Aug 2023 13:46:44 +0100 Subject: [PATCH] Update apigw-http-api-lambda-dotnet-sam/template.yaml --- apigw-http-api-lambda-dotnet-sam/template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apigw-http-api-lambda-dotnet-sam/template.yaml b/apigw-http-api-lambda-dotnet-sam/template.yaml index f7fab9a3d..83c751100 100644 --- a/apigw-http-api-lambda-dotnet-sam/template.yaml +++ b/apigw-http-api-lambda-dotnet-sam/template.yaml @@ -2,7 +2,8 @@ AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: An AWS Serverless Application that uses the ASP.NET Core framework running - in Amazon Lambda. + in AWS Lambda. + Resources: AspNetCoreFunction: Type: AWS::Serverless::Function