mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
reupload image
This commit is contained in:
parent
07c9f03c98
commit
10e4dc50e0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,12 +6,12 @@ from etl.read_stuff_from_s3_example import print_hello_from_etl_module
|
|||
def handler(event, context):
|
||||
try:
|
||||
s3_uri = event.get("file_location")
|
||||
print_hello_from_etl_module()
|
||||
if not s3_uri:
|
||||
return {
|
||||
"statusCode": 400,
|
||||
"body": "Missing 'file_location' in event"
|
||||
}
|
||||
print_hello_from_etl_module()
|
||||
print(f"s3 uri is {s3_uri}")
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue