Initial Functional Implementation of S3 MicroService
This commit is contained in:
0
resize_image_service/worker/__init__.py
Normal file
0
resize_image_service/worker/__init__.py
Normal file
7
resize_image_service/worker/s3_image_worker.py
Normal file
7
resize_image_service/worker/s3_image_worker.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from resize_image_service.depends.depend_s3_service import (
|
||||
dependency_s3_service,
|
||||
)
|
||||
|
||||
|
||||
def s3_image_worker(string_url: str) -> None:
|
||||
dependency_s3_service().process_image(string_url)
|
||||
Reference in New Issue
Block a user