Skip to content

Commit a839d42

Browse files
author
Andrea Scuderi
committed
Update Style
1 parent ce43442 commit a839d42

File tree

7 files changed

+34
-17
lines changed

7 files changed

+34
-17
lines changed
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"theme": {
3-
"color": {
4-
"header": "#DE5E44",
5-
"documentation-intro-title": "#DE5E44",
6-
"documentation-intro-figure": "#DE5E44",
7-
"documentation-intro-accent": "var(--color-header)"
2+
"theme": {
3+
"color": {
4+
"header": "#DE5E44",
5+
"documentation-intro-title": "#FFFFFF",
6+
"documentation-intro-fill": "linear-gradient(30deg, #DE5E44, #A2331D)",
7+
"documentation-intro-accent": "#FFFFFF",
8+
"documentation-intro-eyebrow": "#FFFFFF",
9+
"link": "var(--color-header)"
10+
}
811
}
9-
}
1012
}

Sources/BreezeLambdaAPI/APIGatewayV2Request+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import class Foundation.JSONDecoder
1717

1818
extension APIGatewayV2Request {
1919
/// Attempt to convert the query string parameter to an Integer value.
20-
/// - Parameter Key: The key of the query string parameter.
20+
/// - Parameter key: The `key` of the query string parameter.
2121
/// - Returns: Query string Int value for parameter param if exists
2222
public func queryStringParameterToInt(_ key: String) -> Int? {
2323
guard let value = queryStringParameters?[key] else {

Sources/BreezeLambdaAPI/Docs.docc/Docs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# ``BreezeLambdaAPI``
22

33
@Metadata {
4-
@PageImage(purpose: icon, source: "Icon")
5-
@PageImage(purpose: card, source: "Icon")
4+
@PageImage(purpose: icon, source: "wind")
65
}
76

87
## Overview
98

109
The BreezeLambdaAPI implements a Lambda which processes events from AWS API Gateway and performs CRUD operations on AWS DynamoDB, allowing you to build serverless applications with ease.
1110

11+
![BreezeLambdaAPI Diagram](api)
12+
1213
### Key Features
1314

1415
- Serverless Architecture: Runs on AWS Lambda with API Gateway integration
Binary file not shown.

Sources/BreezeLambdaAPI/Docs.docc/Resources/api.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"theme": {
3-
"color": {
4-
"header": "#DE5E44",
5-
"documentation-intro-title": "#DE5E44",
6-
"documentation-intro-figure": "#DE5E44",
7-
"documentation-intro-accent": "var(--color-header)"
2+
"theme": {
3+
"color": {
4+
"header": "#DE5E44",
5+
"documentation-intro-title": "#FFFFFF",
6+
"documentation-intro-fill": "linear-gradient(30deg, #DE5E44, #A2331D)",
7+
"documentation-intro-accent": "#FFFFFF",
8+
"documentation-intro-eyebrow": "#FFFFFF",
9+
"link": "var(--color-header)"
10+
}
811
}
9-
}
1012
}

0 commit comments

Comments
 (0)