unity-sds / unity-cs

Unity Common Services
Apache License 2.0
0 stars 2 forks source link

Make health check API get "latest" file explicitly #454

Closed galenatjpl closed 1 month ago

galenatjpl commented 1 month ago

the Lambda function updated to create a health_check_latest.json file alongside the healthcheck%Y-%m-%d_%H-%M-%S.json file. Each time the function runs, it will overwrite the health_check_latest.json.

API should read and return this health_check_latest.json file.