cds-snc / url-shortener

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

release: API with more resilient secret retrieval #401

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the API that includes more consistent and resilient retrieval of the SSM ParameterStore secrets.

Related