From 435698084e5b87a4d919df1f61fea83a2a43cd74 Mon Sep 17 00:00:00 2001 From: Otto Kruse Date: Wed, 25 Sep 2024 08:02:50 +0200 Subject: [PATCH] v2.3.2 (#294) --- example-serverless-app-reuse/reuse-auth-only.yaml | 2 +- example-serverless-app-reuse/reuse-complete-cdk.ts | 2 +- example-serverless-app-reuse/reuse-complete.yaml | 2 +- .../reuse-with-existing-user-pool.yaml | 2 +- template.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example-serverless-app-reuse/reuse-auth-only.yaml b/example-serverless-app-reuse/reuse-auth-only.yaml index 9936d37..5136b3c 100644 --- a/example-serverless-app-reuse/reuse-auth-only.yaml +++ b/example-serverless-app-reuse/reuse-auth-only.yaml @@ -32,7 +32,7 @@ Parameters: SemanticVersion: Type: String Description: Semantic version of the back end - Default: 2.3.1 + Default: 2.3.2 HttpHeaders: Type: String diff --git a/example-serverless-app-reuse/reuse-complete-cdk.ts b/example-serverless-app-reuse/reuse-complete-cdk.ts index 2179137..b051858 100755 --- a/example-serverless-app-reuse/reuse-complete-cdk.ts +++ b/example-serverless-app-reuse/reuse-complete-cdk.ts @@ -19,7 +19,7 @@ const authAtEdge = new sam.CfnApplication(stack, "AuthorizationAtEdge", { location: { applicationId: "arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge", - semanticVersion: "2.3.1", + semanticVersion: "2.3.2", }, parameters: { EmailAddress: "johndoe@example.com", diff --git a/example-serverless-app-reuse/reuse-complete.yaml b/example-serverless-app-reuse/reuse-complete.yaml index b6484cc..eeac42d 100644 --- a/example-serverless-app-reuse/reuse-complete.yaml +++ b/example-serverless-app-reuse/reuse-complete.yaml @@ -12,7 +12,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge - SemanticVersion: 2.3.1 + SemanticVersion: 2.3.2 AlanTuring: Type: AWS::Cognito::UserPoolUser Properties: diff --git a/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml b/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml index 0779e49..13f7e9f 100644 --- a/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml +++ b/example-serverless-app-reuse/reuse-with-existing-user-pool.yaml @@ -75,7 +75,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge - SemanticVersion: 2.3.1 + SemanticVersion: 2.3.2 Parameters: UserPoolArn: !GetAtt UserPool.Arn UserPoolClientId: !Ref UserPoolClient diff --git a/template.yaml b/template.yaml index 9790957..b81c6d1 100644 --- a/template.yaml +++ b/template.yaml @@ -27,7 +27,7 @@ Metadata: "amplify", ] HomePageUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge - SemanticVersion: 2.3.1 + SemanticVersion: 2.3.2 SourceCodeUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge Parameters: @@ -150,7 +150,7 @@ Parameters: Version: Type: String Description: "Changing this parameter after initial deployment forces redeployment of Lambda@Edge functions" - Default: "2.3.1" + Default: "2.3.2" LogLevel: Type: String Description: "Use for development: setting to a value other than none turns on logging at that level. Warning! This will log sensitive data, use for development only"