Skip to content

Commit

Permalink
Bump to v2.0.15 (#167)
Browse files Browse the repository at this point in the history
ottokruse authored Nov 22, 2021
1 parent 707885c commit 41ff061
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example-serverless-app-reuse/reuse-auth-only.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ Parameters:
SemanticVersion:
Type: String
Description: Semantic version of the back end
Default: 2.0.14
Default: 2.0.15

HttpHeaders:
Type: String
2 changes: 1 addition & 1 deletion example-serverless-app-reuse/reuse-complete-cdk.ts
Original file line number Diff line number Diff line change
@@ -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.0.14",
semanticVersion: "2.0.15",
},
parameters: {
EmailAddress: "johndoe@example.com",
2 changes: 1 addition & 1 deletion example-serverless-app-reuse/reuse-complete.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge
SemanticVersion: 2.0.14
SemanticVersion: 2.0.15
AlanTuring:
Type: AWS::Cognito::UserPoolUser
Properties:
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge
SemanticVersion: 2.0.14
SemanticVersion: 2.0.15
Parameters:
UserPoolArn: !GetAtt UserPool.Arn
UserPoolClientId: !Ref UserPoolClient
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ Metadata:
"amplify",
]
HomePageUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge
SemanticVersion: 2.0.14
SemanticVersion: 2.0.15
SourceCodeUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge

Parameters:
@@ -125,7 +125,7 @@ Parameters:
Version:
Type: String
Description: "Changing this parameter after initial deployment forces redeployment of Lambda@Edge functions"
Default: "2.0.14"
Default: "2.0.15"
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"

0 comments on commit 41ff061

Please sign in to comment.