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
Hey! Great talk at the transporation techies meetup! I see you have a note in your read me about wanting to figure out how to securely open source the backend code. I'd be happy to lend a hand with that.
Hey! Great talk at the transporation techies meetup! I see you have a note in your read me about wanting to figure out how to securely open source the backend code. I'd be happy to lend a hand with that.
There's a number of ways to do that. The way I've been using lately is using AWS's SSM parameter store. Here you can see how I'm using the @middyjs middleware to grab the secrets from SSM on lambda: https://github.com/dschep/hows-my-driving-dc/blob/master/src/handlers.js#L207-L217
The text was updated successfully, but these errors were encountered: