diff --git a/template.yaml b/template.yaml index 56ce18c..241aa32 100644 --- a/template.yaml +++ b/template.yaml @@ -29,6 +29,7 @@ Resources: AuthenticationFunction: Type: AWS::Serverless::Function Properties: + PackageType: Zip CodeUri: authenticate/ Handler: app.lambdaHandler Runtime: nodejs18.x