Welcome. This reference has been prepared by Startup Solution Architects at AWS Korea to help Startups easily find additional resources that provide sample codes or workshops.
We hope this proves useful as you navigate the various options available to you for maximizing the value you can get out of running on AWS. As always, should you have questions on anything, please don't hesitate to contact your local startup team. If you aren't already in contact with them, simply visit https://www.awsstartup.io/ and click on the MEET THE EXPERT for STARTUP button.
This repository is massive, containing numerous files, which qualifies it as a monorepo
.
As a result, we strongly recommend that you selectively fetch specific source directories instead of downloading the entire repository.
To accomplish this, you need to utilize the git sparse-checkout
command.
For instance, let's assume you want to clone the rag-with-amazon-bedrock-and-opensearch
project.
In that case, open your terminal and execute the following command.
git clone https://github.com/aws-samples/aws-kr-startup-samples.git
cd aws-kr-startup-samples
git sparse-checkout init --cone
git sparse-checkout set gen-ai/rag-with-amazon-bedrock-and-opensearch
For more information about git sparse-checkout
, see this article.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.