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
The use case where this would be helpful is when developing locally and getting variables from the SSM parameter store that libraries can see via process.env. One caveat is that env-ssm would need to load them first before the library code ran, but that's usually the case anyway.
The text was updated successfully, but these errors were encountered:
The use case where this would be helpful is when developing locally and getting variables from the SSM parameter store that libraries can see via
process.env
. One caveat is that env-ssm would need to load them first before the library code ran, but that's usually the case anyway.The text was updated successfully, but these errors were encountered: