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
I don't really want to create a Secret Resource - instead, I want the secret support to feel like local environment variables.
I should be able to create clients that require secrets in module scope without breaking infer or local. E.g. user would use a .env file locally and github secrets when deploying in CI/CD.
Auto-create Secrets/SecureString Parameters and store credentials in there (perhaps through some config file/.env). Look at SST's Config concept for inspiration.
Load the secrets locally when lambda starts and load into environment variables using top-level await
The text was updated successfully, but these errors were encountered:
I don't really want to create a Secret Resource - instead, I want the secret support to feel like local environment variables.
The text was updated successfully, but these errors were encountered: