Skip to content

Commit ba399c8

Browse files
author
Michael Brewer
committed
doc: Consitently format Key Features
1 parent e87ac0b commit ba399c8

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

docs/core/event_handler.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Utility
66
Event handler decorators for common Lambda events
77

88

9-
### AppSync Resolver Decorator
9+
## AppSync Resolver Decorator
1010

1111
> New in 1.14.0
1212
@@ -15,7 +15,7 @@ AppSync resolver decorator is a concise way to create lambda functions to handle
1515
[AppSync Resolver ](/utilities/data_classes#appsync-resolver) data class and therefore works with [Amplify GraphQL Transform Library](https://docs.amplify.aws/cli/graphql-transformer/function){target="_blank"} (`@function`),
1616
and [AppSync Direct Lambda Resolvers](https://aws.amazon.com/blogs/mobile/appsync-direct-lambda/){target="_blank"}
1717

18-
#### Key Features
18+
### Key Features
1919

2020
* Works with any of the existing Powertools utilities by allow you to create your own `lambda_handler` function
2121
* Supports an implicit handler where in `app = AppSyncResolver()` can be invoked directly as `app(event, context)`
@@ -24,7 +24,7 @@ and [AppSync Direct Lambda Resolvers](https://aws.amazon.com/blogs/mobile/appsyn
2424
* AppSyncResolver includes `current_event` and `lambda_cotext` fields can be used to pass in the original `AppSyncResolver` or `LambdaContext`
2525
objects
2626

27-
#### Amplify GraphQL Example
27+
### Amplify GraphQL Example
2828

2929
Create a new GraphQL api via `amplify add api` and add the following to the new `schema.graphql`
3030

docs/core/logger.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Logger
33
description: Core utility
44
---
55

6-
76
Logger provides an opinionated logger with output structured as JSON.
87

98
## Key features

docs/utilities/middleware_factory.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ title: Middleware factory
33
description: Utility
44
---
55

6-
7-
86
Middleware factory provides a decorator factory to create your own middleware to run logic before, and after each Lambda invocation synchronously.
97

10-
**Key features**
8+
## Key features
119

1210
* Run logic before, after, and handle exceptions
1311
* Trace each middleware when requested

docs/utilities/parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Utility
55

66
This utility provides data parsing and deep validation using [Pydantic](https://pydantic-docs.helpmanual.io/).
77

8-
**Key features**
8+
## Key features
99

1010
* Defines data in pure Python classes, then parse, validate and extract only what you want
1111
* Built-in envelopes to unwrap, extend, and validate popular event sources payloads

docs/utilities/validation.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Validation
33
description: Utility
44
---
55

6-
76
This utility provides JSON Schema validation for events and responses, including JMESPath support to unwrap events before validation.
87

9-
**Key features**
8+
## Key features
109

1110
* Validate incoming event and response
1211
* JMESPath support to unwrap events before validation applies

0 commit comments

Comments
 (0)