From edc72cdb8135cf1bc0e2e89917198c759da6076c Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Wed, 7 Aug 2024 09:30:13 +0200 Subject: [PATCH] Update projects.md --- projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects.md b/projects.md index e63d13ec..74612fed 100644 --- a/projects.md +++ b/projects.md @@ -4,4 +4,5 @@ Here you will find a list of code repositories that has in common the usage of t Provide a link to your code repository and a short description about your example. -- [GlobantPlus](https://github.com/fitomad/TechTalk-AWS-Lamba-Swift/). An imaginary streaming services with a tvOS application that interacts with the AWS API Gateway, AWS SQS services and a set of Lambdas that cover different aspects. Repository's documentation available in Spanish🇪🇸 and English🇺🇸. \ No newline at end of file +- [GlobantPlus](https://github.com/fitomad/TechTalk-AWS-Lamba-Swift/). An imaginary streaming services with a tvOS application that interacts with the AWS API Gateway, AWS SQS services and a set of Lambdas that cover different aspects. Repository's documentation available in Spanish🇪🇸 and English🇺🇸. +- [DocUploader](https://github.com/SwiftPackageIndex/DocUploader). DocUploader is a component of the Swift Package Index site. It receives zipped DocC documentation archives which can be quite large via an S3 inbox and proceeds to unzip and upload the documentation files to S3.