sigdba / sig-shared-sceptre

Shared templates for Sceptre/CloudFormation
2 stars 0 forks source link

Switch from globals to thread locals #90

Open dboitnot opened 1 year ago

dboitnot commented 1 year ago

Currently our Python templates use a global TEMPLATE variable to avoid passing it around to every function call. Look at using a thread local instead.