Skip to content

Commit 996a07f

Browse files
authored
v2.1.6 (#238)
1 parent ff4e353 commit 996a07f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

example-serverless-app-reuse/reuse-auth-only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Parameters:
3232
SemanticVersion:
3333
Type: String
3434
Description: Semantic version of the back end
35-
Default: 2.1.5
35+
Default: 2.1.6
3636

3737
HttpHeaders:
3838
Type: String

example-serverless-app-reuse/reuse-complete-cdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const authAtEdge = new sam.CfnApplication(stack, "AuthorizationAtEdge", {
1919
location: {
2020
applicationId:
2121
"arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge",
22-
semanticVersion: "2.1.5",
22+
semanticVersion: "2.1.6",
2323
},
2424
parameters: {
2525
EmailAddress: "[email protected]",

example-serverless-app-reuse/reuse-complete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Resources:
1212
Properties:
1313
Location:
1414
ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge
15-
SemanticVersion: 2.1.5
15+
SemanticVersion: 2.1.6
1616
AlanTuring:
1717
Type: AWS::Cognito::UserPoolUser
1818
Properties:

example-serverless-app-reuse/reuse-with-existing-user-pool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Resources:
7575
Properties:
7676
Location:
7777
ApplicationId: arn:aws:serverlessrepo:us-east-1:520945424137:applications/cloudfront-authorization-at-edge
78-
SemanticVersion: 2.1.5
78+
SemanticVersion: 2.1.6
7979
Parameters:
8080
UserPoolArn: !GetAtt UserPool.Arn
8181
UserPoolClientId: !Ref UserPoolClient

template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Metadata:
2727
"amplify",
2828
]
2929
HomePageUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge
30-
SemanticVersion: 2.1.5
30+
SemanticVersion: 2.1.6
3131
SourceCodeUrl: https://github.com/aws-samples/cloudfront-authorization-at-edge
3232

3333
Parameters:
@@ -150,7 +150,7 @@ Parameters:
150150
Version:
151151
Type: String
152152
Description: "Changing this parameter after initial deployment forces redeployment of Lambda@Edge functions"
153-
Default: "2.1.5"
153+
Default: "2.1.6"
154154
LogLevel:
155155
Type: String
156156
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 commit comments

Comments
 (0)