Skip to content

Commit

Permalink
Update CloudFront Distribution with enabled logging
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed May 31, 2024
1 parent 2c2848f commit f843f8e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions cdk/lib/cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export class CdkStaticWebsiteHostingStack extends Stack {
}
],
enabled: true,
enableLogging: true,
});

// After distribution is ready, lets add an "A Record" in the R53 HZ for the
Expand Down
5 changes: 3 additions & 2 deletions cdk/package-lock.json

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

2 changes: 1 addition & 1 deletion cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-san99tiago-cv",
"version": "1.0.4",
"version": "1.0.5",
"bin": {
"cdk": "bin/cdk.js"
},
Expand Down
4 changes: 2 additions & 2 deletions src/package-lock.json

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "san99tiago-cv",
"version": "1.0.4",
"version": "1.0.5",
"description": "Santiago Garcia Arango Personal Portfolio",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f843f8e

Please sign in to comment.