Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9504dac
docs(event-handler): create main structure
dreamorosi Sep 10, 2025
045a583
docs: skeleton
dreamorosi Sep 10, 2025
acc0594
minor grammar and code fixes
svozza Sep 10, 2025
3642ebc
add middleware docs pt1
svozza Sep 11, 2025
0211925
rename snippets and json samples to have advanced_prefix
svozza Sep 11, 2025
0356fe3
add middleware exception handling section
svozza Sep 11, 2025
e64bb96
add custom middleware section
svozza Sep 11, 2025
b3bf46d
add middleware composition section
svozza Sep 11, 2025
38f5c4b
add goodcitizen section
svozza Sep 11, 2025
074dcdd
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
7e2b6ba
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
09b5c1e
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
de60b62
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
228e2bc
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
7c1b082
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
c1852d6
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
cce2d7e
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
8ac9dea
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
d7fcffd
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
f75872d
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
2f19dd3
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
e0c1abb
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
d57eccf
Update docs/features/event-handler/rest.md
svozza Sep 11, 2025
6490bab
address PR comments
svozza Sep 11, 2025
da98d1f
remove global and route specific middleware sections and re-order som…
svozza Sep 11, 2025
2bc0654
remove unused global/route middleware snippets
svozza Sep 11, 2025
f7dabc7
remove unused import
svozza Sep 11, 2025
3da83bb
rewording and fix PR comment
svozza Sep 11, 2025
913dbf0
add typedoc config back to mkdocs
svozza Sep 11, 2025
c03f051
fix line number highlighting
svozza Sep 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions docs/features/event-handler/api-gateway.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/features/event-handler/bedrock-agents.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Bedrock Agents
description: Event Handler for Amazon Bedrock Agents
status: new
---

<!-- markdownlint-disable MD043 -->
Expand Down
8 changes: 8 additions & 0 deletions docs/features/event-handler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ description: Simplify routing and processing of events in AWS Lambda functions

<div class="grid cards" markdown>

- __REST APIs__

---

Event handler for Amazon API Gateway REST and HTTP APIs, Application Loader Balancer (ALB), Lambda Function URLs, and VPC Lattice.

[:octicons-arrow-right-24: Read more](./rest.md)

- __AppSync Events API__

---
Expand Down
Loading