Skip to content

Commit bf400cd

Browse files
committed
Update to version v6.0.0
1 parent e6655c6 commit bf400cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information and a detailed deployment guide, visit the [Serverless Imag
2828

2929
# Architecture Diagram
3030

31-
![Architecture Diagram](./deployment/architecture.png)
31+
![Architecture Diagram](./architecture.png)
3232

3333
The AWS CloudFormation template deploys an Amazon CloudFront distribution, Amazon API Gateway REST API, and an AWS Lambda function. Amazon CloudFront provides a caching layer to reduce the cost of image processing and the latency of subsequent image delivery. The Amazon API Gateway provides endpoint resources and triggers the AWS Lambda function. The AWS Lambda function retrieves the image from the customer's Amazon Simple Storage Service (Amazon S3) bucket and uses Sharp to return a modified version of the image to the API Gateway. Additionally, the solution generates a CloudFront domain name that provides cached access to the image handler API.
3434

0 commit comments

Comments
 (0)