add local envs
This commit is contained in:
@@ -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(),
|
||||
# )
|
||||
|
||||
Reference in New Issue
Block a user