Skip to content

Commit 8b61156

Browse files
authored
Updated JS dependencies (aws-samples#182)
1 parent 08dc009 commit 8b61156

17 files changed

+10793
-14764
lines changed

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

+1-1
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.0.18
35+
Default: 2.0.19
3636

3737
HttpHeaders:
3838
Type: String

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

+1-1
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.0.18",
22+
semanticVersion: "2.0.19",
2323
},
2424
parameters: {
2525
EmailAddress: "johndoe@example.com",

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

+1-1
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.0.18
15+
SemanticVersion: 2.0.19
1616
AlanTuring:
1717
Type: AWS::Cognito::UserPoolUser
1818
Properties:

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

+1-1
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.0.18
78+
SemanticVersion: 2.0.19
7979
Parameters:
8080
UserPoolArn: !GetAtt UserPool.Arn
8181
UserPoolClientId: !Ref UserPoolClient

0 commit comments

Comments
 (0)