add local envs

This commit is contained in:
2025-03-23 22:45:04 -03:00
parent f14bd6b814
commit 2218a6f867
9 changed files with 30 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ def lambda_handler(event: dict, context: LambdaContext) -> dict:
return app.resolve(event, context)
if __name__ == '__main__':
print(
app.get_openapi_json_schema(),
)
# if __name__ == '__main__':
# print(
# app.get_openapi_json_schema(),
# )