Skip to content

aws-samples/aws-kr-startup-samples

AWS Korea Startup Samples

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.

How to use this repository

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.

Resources

  • AWS Startup: AWS를 시작하는데 필요한 AWS 핵심 서비스의 특장점과 실제 활용 사례를 소개
  • AWS Startup Bootcamp: AWS에 익숙하지 않은 Startup 개발자 분들이, 보다 빠르게 AWS 위에서의 개발을 이해하고 개발을 시작하실 수 있게 보다 실용적인 내용을 소개

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.