Skip to content

Commit 53393bc

Browse files
author
James Prendergast
committed
Add simple arch diagram
1 parent 7aaff06 commit 53393bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ To get started we will deploy:
3838
- a CloudFront Origin Access Identity - a special CloudFront user that is associated with our CloudFront distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html)
3939
- the two origin S3 buckets with attached bucket policies that grants the Origin Access Identity `s3:getObject` permission on all the resources within the bucket
4040

41-
!! INSERT CF + S3 + access log arch diagram !!
41+
42+
![Simple architecture](resources/simple_arch_diagram.png)
43+
4244

4345
There is a SAM template in this solution `template.yml` that we will use to deploy this stack. SAM templates are an extension of AWS CloudFormation templates that are focussed on providing a shorthand way of deploying AWS Lambda functions.
4446

resources/simple_arch_diagram.png

50.2 KB
Loading

0 commit comments

Comments
 (0)