Skip to content

Commit

Permalink
Package version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yyao84 committed Jul 28, 2023
1 parent 8e2580d commit 07f742a
Show file tree
Hide file tree
Showing 14 changed files with 2,625 additions and 1,904 deletions.
7 changes: 3 additions & 4 deletions amazon-cloudfront-image-frame-delivery/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ type CustomCname = {
// @Required: No
// @Usage: Container environment variable
// @Description: Authentication type. See README
const AUTH_MODE: AuthMode = null;
const AUTH_MODE: AuthMode = 'cognito_jwt';

// @Required: No
// @Usage: CloudFront custom CNAME
// @Description: Use custom CNAME for CloudFront distribution. Requires a certificate in the us-east-1 region
const CUSTOM_CNAME: CustomCname = {
domainNames: ['cf.imaging.yno.people.aws.dev'],
certificateArn:
'arn:aws:acm:us-east-1:160057935798:certificate/8f8d43be-b6cb-443d-8d9a-124c750628c1',
domainNames: [],
certificateArn: '',
};

// @Required: Yes, if using Amazon Cognito JWT auth. See README
Expand Down
28 changes: 14 additions & 14 deletions amazon-cloudfront-image-frame-delivery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions amazon-cloudfront-image-frame-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"cdk": "cdk"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/node": "20.4.5",
"aws-cdk": "2.88.0",
"cdk-nag": "^2.27.79",
"cdk-nag": "^2.27.81",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
Expand Down
Loading

0 comments on commit 07f742a

Please sign in to comment.