|
|
|
|
|
by latchkey
754 days ago
|
|
Tons of options, some more "lock-in" than others. But the stuff you're talking about in general is really not that much lock-in. For secrets, I personally use Github for that and you can add them in as a build step. Google also offers this: https://cloud.google.com/functions/docs/configuring/secrets For logging, I just use Google's logging layer. If I was to migrate somewhere else, I'd just use that logging layer. For releases, I just used github releases as part of my build step. But google also has the concept of releases... https://cloud.google.com/functions/docs/deploy and on and on... None of these are major lock-in problems though... any other PaaS platform you want to go to will need those sorts of things too. |
|