|
|
|
|
|
by ushakov
1553 days ago
|
|
luckily we started migrating before the announcement i'd recommend checking serverless framework (serverless.com) or openfaas (openfaas.com) best thing you can do is not get involved with provider-specific APIs: use Docker/Kubernetes for building and executing your code, Postgres-compatible database (Hasura if you want Firebase experience) and S3 for object storage, send e-mails using SMTP again, don't use provider-specific API's |
|