From b7080fdbfb8a1cd19666592dd89d2e49b965df36 Mon Sep 17 00:00:00 2001 From: meatware <114529342+darkpandarts@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:58:34 +0100 Subject: [PATCH] update readme to include wiki link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 757bfe0..fdf63de 100644 --- a/README.md +++ b/README.md @@ -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.