Skip to content

Commit

Permalink
update readme to include wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpandarts committed Oct 2, 2023
1 parent 8b9298c commit b7080fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# A Timed Interview Test (~5 days)

## 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)

**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 b7080fd

Please sign in to comment.