Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpandarts committed Oct 2, 2023
1 parent b7080fd commit 027404c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## A more readable version is available on the wiki
[wiki](https://github.com/stablecaps/guides-policies-and-coding-standards/wiki/Terraform-&-Serverless-1-%E2%80%90-overview)

## Overview
**Step 1**
A company allows their users to upload pictures to an S3 bucket. These pictures are always in the .jpg format. The company wants these files to be stripped from any exif metadata before being shown on their website. Pictures are uploaded to an S3 bucket A. Create a system that retrieves .jpg files when they are uploaded to the S3 bucket A, removes any exif metadata, and save them to another S3 bucket B. The path of the files should be the same in buckets A and B.

Expand Down

0 comments on commit 027404c

Please sign in to comment.