cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 0 forks source link

fix: remove temp `.env` file if not populated #400

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the API's entry.sh to delete the temp .env file if it was not loaded properly. This will allow subsequent lambda invocations to attempt to reload the secrets instead of being caught in a broken state.

Related