sepehr500 / i66tolls

Show the current toll on I66
GNU General Public License v3.0
10 stars 1 forks source link

Open Sourcing the backend for shoulditakei66.today #4

Open dschep opened 5 years ago

dschep commented 5 years ago

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

sepehr500 commented 5 years ago

Very interesting! Thanks for this. I will take a look.