adobe / spacecat-api-service

Edge Delivery services experience success as a service automation: SpaceCat + Star Catalogue
Apache License 2.0
3 stars 1 forks source link

fix: undefined import status route hander #346

Closed blefebvre closed 2 weeks ago

blefebvre commented 2 weeks ago

Currently, checking the status of an import job results in the following error: handler is not a function

Screenshot 2024-06-11 at 9 57 53 AM

This is due to using an outdated function name in src/routes/index.js.

With this change deployed on dev, and a small update to the underlying table, we are able to both query the job status as well as generate a link to download the import-result.zip archive from S3:

Screenshot 2024-06-11 at 1 25 47 PM Screenshot 2024-06-11 at 1 26 11 PM
solaris007 commented 2 weeks ago

:tada: This PR is included in version 1.42.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: