aws-lambda-api-tools 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ While the core functionality is stable and proven, I'm releasing this as an alph
|
|
|
32
32
|
- 📝 **OpenAPI/Swagger** - Automatic API documentation generation
|
|
33
33
|
- 🔍 **Type Safety** - Comprehensive TypeScript support
|
|
34
34
|
- 🎯 **Path Parameters** - Support for dynamic route parameters
|
|
35
|
-
- ⚡ **Performance** - Optimized for AWS Lambda execution
|
|
35
|
+
- ⚡ **Performance** - Optimized for AWS Lambda execution.
|
|
36
36
|
|
|
37
37
|
## Installation
|
|
38
38
|
|