From eb14c7753d90233a110629541a68a96ab0fdedc7 Mon Sep 17 00:00:00 2001 From: Connor Kirkpatrick Date: Wed, 2 Oct 2024 10:13:02 +0100 Subject: [PATCH] Add the transform that was accidentally removed in #2141 --- lambda-aurora-serverlessv2-postgresql/template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda-aurora-serverlessv2-postgresql/template.yaml b/lambda-aurora-serverlessv2-postgresql/template.yaml index 79928ee06..aed423b0d 100644 --- a/lambda-aurora-serverlessv2-postgresql/template.yaml +++ b/lambda-aurora-serverlessv2-postgresql/template.yaml @@ -1,4 +1,5 @@ AWSTemplateFormatVersion: 2010-09-09 +Transform: 'AWS::Serverless-2016-10-31' Description: > An AWS Lambda function and an Amazon Aurora PostgreSQL DB in an Aurora Serverless v2 DB cluster with RDS Data API and a Secrets Manager secret. (uksb-1tthgi812) (tag:lambda-aurora-serverlessv2-postgresql)