How to expose AWS secret manager to worker and use those secrets in activities directly

I want to consume some secrets from external sources like AWS secrets manager in the activities.
But since activities are repetitive I don’t want to fetch the secrets again and again.

So Is there any way where secrets will be injected to the workers directly when workers are booting up and referenced directly in the activities using some sort of context or modifying process.env, etc.

This is the pattern we recommend using for injecting dependencies into activities.

Thank you so much.