document_redaction / lambda_entrypoint.py

Commit History

Allowed for overwriting of default output folder in choose_and_run_redactor function.
68a91f4

seanpedrickcase commited on

Updated output file creation variables for Lambda direct redaction runs
e85b74e

seanpedrickcase commited on

Removed need to write result.stdout in lambda entrypoint
5d649ba

seanpedrickcase commited on

Added a little more debugging code to lambda_entrypoint
653bd2d

seanpedrickcase commited on

Moved gradio run code to outside of lambda_handler function in lambda_entrypoint.py
1cfa6e8

seanpedrickcase commited on

Switched start py file through Dockerfile to lambda_entrypoint. Added gradio links from this .py
6622361

seanpedrickcase commited on

Some more debugging. Added aws-lambda-adapter just in case that's useful in AWS Lambda
a3ba5e2

seanpedrickcase commited on

Added some debugging statements for entrypoint_router and lambda_entrypoint.py
18fb7ec

seanpedrickcase commited on

Added lambda_entrypoint.py to main folder
9337aae

seanpedrickcase commited on

Added option for running redact function through CLI (i.e. not going through Gradio UI or API). Test functions for running this through AWS Lambda.
e5dfae7

seanpedrickcase commited on