forked from aws-powertools/powertools-lambda-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
137 lines (130 loc) · 3.74 KB
/
mkdocs.yml
File metadata and controls
137 lines (130 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: Powertools for AWS Lambda (Java)
site_description: Powertools for AWS Lambda (Java)
site_author: Amazon Web Services
site_url: https://docs.powertools.aws.dev/lambda/java/
nav:
- Homepage: index.md
- Changelog: changelog.md
- Upgrade Guide: upgrade.md
- FAQs: FAQs.md
- Roadmap: roadmap.md
- Core utilities:
- core/logging.md
- core/tracing.md
- core/metrics.md
- Utilities:
- utilities/idempotency.md
- utilities/parameters.md
- utilities/batch.md
- utilities/kafka.md
- utilities/large_messages.md
- utilities/validation.md
- utilities/custom_resources.md
- utilities/serialization.md
- Processes:
- processes/maintainers.md
- "Versioning policy": processes/versioning.md
- Resources:
- "llms.txt": ./llms.txt
- "llms.txt (full version)": ./llms-full.txt
theme:
name: material
font:
text: Ubuntu
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- content.tabs.link
icon:
repo: fontawesome/brands/github
logo: media/aws-logo-light.svg
favicon: media/aws-logo-light.svg
custom_dir: docs/overrides
markdown_extensions:
- admonition
- pymdownx.inlinehilite
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.snippets:
base_path: "."
check_paths: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- meta
- toc:
permalink: true
toc_depth: 4
- attr_list
copyright: |
<div id="awsdocs-legal-zone-copyright">
<a href="https://aws.amazon.com/privacy" target="_blank" rel="nofollow">Privacy</a> |
<a href="https://aws.amazon.com/terms/" target="_blank" rel="nofollow">Site terms</a> |
<span class="copyright">
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.
</span>
</div>
plugins:
- git-revision-date
- search
- macros
- privacy
- llmstxt:
markdown_description: Powertools for AWS Lambda (Java) is a developer toolkit to implement Serverless best practices and increase developer velocity. It provides a suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
full_output: llms-full.txt
sections:
Project Overview:
- index.md
- changelog.md
- FAQs.md
- roadmap.md
Core Utilities:
- core/logging.md
- core/metrics.md
- core/tracing.md
Utilities:
- utilities/idempotency.md
- utilities/parameters.md
- utilities/batch.md
- utilities/kafka.md
- utilities/large_messages.md
- utilities/validation.md
- utilities/custom_resources.md
- utilities/serialization.md
Processes:
- processes/maintainers.md
- processes/versioning.md
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/aws-amplify.min.js
- javascript/extra.js
- https://docs.powertools.aws.dev/shared/mermaid.min.js
extra:
powertools:
version: 2.4.0
version:
provider: mike
default: latest
repo_url: https://github.com/aws-powertools/powertools-lambda-java
edit_uri: edit/main/docs