You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently built / building the following lambda layer helpers (set of handy functions that that interact with the respective microservice using the python requests library)
metadata manager
library manager
fastq manager
workflow manager
Makes use of the TypedDict class too so that typehints within IDEs are provided for users.
Rather than import the layer in future, one could just add in the pypi library into their requirements.txt
The text was updated successfully, but these errors were encountered:
Currently built / building the following lambda layer helpers (set of handy functions that that interact with the respective microservice using the python requests library)
Makes use of the TypedDict class too so that typehints within IDEs are provided for users.
Rather than import the layer in future, one could just add in the pypi library into their requirements.txt
The text was updated successfully, but these errors were encountered: