# 시작 전에 드리는 당부의 말

이 책은 Fully-opinionated 된 내용을 담고 있습니다.&#x20;

* 한 개인의 경험을 기반으로 씌여졌으며
* AWS 클라우드를 이용해 물리 비용을 적게들여 데이터 시스템을 구성하거나
* 일부 경우에는 물리 비용을 내더라도 노동 비용을 줄일 수 있는 방법에 대해이야기 합니다.

내용의 작성 시점과 보는 시점의 차이로 인해 일부 내용이 잘못되었을 수 있으며, 피드백을 댓글 또는 아래의 Repository 내의 이슈로 생성해 주시면 공개된 장소에서 논의를 거쳐 내용을 수정할 수 있습니다.

* [Github Repository - Practical Data Pipeline](https://github.com/1ambda/practical-data-pipeline/issues)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://1ambda.gitbook.io/practical-data-pipeline/disclaimer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
