Skip to content

Commit 5e877a2

Browse files
yizzyyizzy
authored andcommitted
docs: add __init__.py with docstring for openapi module
The openapi directory needs an __init__.py to be recognized as a Python package by the documentation build system (mkdocstrings). Added a descriptive docstring to document the module's purpose without exporting any symbols.
1 parent d71fe44 commit 5e877a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""OpenAPI validation and schema generation for AWS Lambda Powertools Event Handler.
2+
3+
This module provides OpenAPI 3.0/3.1 schema generation, request/response validation,
4+
and Swagger UI integration for Lambda function URL, API Gateway, ALB, and VPC Lattice.
5+
"""

0 commit comments

Comments
 (0)