add env file

This commit is contained in:
2025-03-21 16:18:40 -03:00
parent d21144e045
commit 9d7ff8abf1
9 changed files with 28 additions and 31 deletions

View File

@@ -50,3 +50,9 @@ def exc_error(exc: ServiceError):
@tracer.capture_lambda_handler
def lambda_handler(event: dict, context: LambdaContext) -> dict:
return app.resolve(event, context)
if __name__ == '__main__':
print(
app.get_openapi_json_schema(),
)