> For the complete documentation index, see [llms.txt](https://tricks-ua.bodik.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tricks-ua.bodik.tech/readme.md).

# BK Tricks

#### Останні статті:

{% content-ref url="/pages/YDDmjNnC5nMTGyEDkpc1" %}
[Схема створення ресурсу таблиці DynamoDB з використанням SAM](/infrastructure/aws/sam/schema-to-create-a-resource-of-dynamodb-table-using-sam.md)
{% endcontent-ref %}

{% content-ref url="/pages/NvzcDFNKVJ3Xe4wVeM0b" %}
[Додавання запланованого таймеру для запуску лямбда-функції з використанням SAM](/infrastructure/aws/sam/adding-a-scheduled-timer-to-start-lambda-function-resource-using-sam.md)
{% endcontent-ref %}

{% content-ref url="/pages/nmz9o6Bg3PiszEhICkdM" %}
[Схема створення ресурсу лямбда-функції з використанням SAM](/infrastructure/aws/sam/schema-to-create-lambda-function-resource-using-sam.md)
{% endcontent-ref %}

{% content-ref url="/pages/y6sHYsUzSu2JaBa2y0PU" %}
[Як додати властивіть до JavaScript об'єкту тільки в тому випадку коли вона не порожня чи null?](/programming/javascript/how-to-add-a-property-to-javascript-object-if-it-is-not-empty-or-null.md)
{% endcontent-ref %}

{% content-ref url="/pages/pHnBU3KoARSBBQPnawgM" %}
[Як зробити редірект у CloudFront використовуючи Lambda@Edge?](/infrastructure/aws/cloudfront/how-to-make-redirect-using-lambda-edge.md)
{% endcontent-ref %}

{% content-ref url="/pages/QZE46MmCSpL91qDFzbb8" %}
[Перенесення застарілиз даних з диску ClickHouse на S3 із TTL](/databases/clickhouse/table-with-ttl-to-s3.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tricks-ua.bodik.tech/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
