You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Minimalistic event handler & HTTP router for Serverless applications.
6
6
7
-
`aws-lambda-ts-event-handler` is a lightweight and focusted Typescript library that brings elegant HTTP routing to AWS Lambda functions - without the overhead of traditional web frameworks.
7
+
`aws-lambda-ts-event-handler` is a lightweight and focused Typescript library that brings elegant HTTP routing to AWS Lambda functions - without the overhead of traditional web frameworks.
8
8
Designed specifically for serverless workloads on AWS, this library enables developers to define clean and type-safe API routes using Typescript decorations.
9
9
10
10
**Features**
@@ -23,16 +23,16 @@ See the [package.json](./package.json) file.
23
23
24
24
## Building from Source
25
25
26
-
For detailed instructions to build the project from source, please see [INSTALL](INSTALL.md) document. To add this library to your project, run
26
+
For detailed instructions to build the project from source, please see [INSTALL](INSTALL.md) document.
0 commit comments