From c6c151f99a27f3c99261fcd99f6e30ae07121942 Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Mon, 10 Oct 2022 11:11:36 -0400 Subject: [PATCH] cleanup --- _/amazon/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_/amazon/template.yml b/_/amazon/template.yml index 29b833f..6f988b8 100644 --- a/_/amazon/template.yml +++ b/_/amazon/template.yml @@ -9,7 +9,7 @@ Resources: layer: Type: AWS::Serverless::LayerVersion Properties: - LayerName: sparticuz-chrome-aws-lambda + LayerName: sparticuz-chromium ContentUri: code/ CompatibleRuntimes: - nodejs14.x