Hi folks, nice to meet you all. I came across serv...
# general
m
Hi folks, nice to meet you all. I came across serverless when researching app generation. Wondering if there's any cross over between sst and aws amplify? Is sst a generic version of a cloud providers solution?
a
SST it’s focused on AWS, because it works with CDK.
d
Amplify may appear similar to SST on the surface (stages, most of the same infrastructure behind them), but the interface could not be more different. Amplify is heavily focused on using a CLI and completely abstracting infrastructure, making it a better fit for absolute beginners, but will scale poorly as you transition to the CDK. SST has a steeper learning curve, but can take you as far as you want to go, and is an easy swap / feature parity between it and the CDK.
a
Amplify looks to be like Firebase?
d
A generic or agnostic solution to these issues is something like Pulumi, which comes with downsides inherent to that.
a
The entry point to the cloud, for small companies or teams.
Yes, we are also investigating Pulumi, due the executives has some concerns on sticking to one specific cloud.
d
That would be a good Google-based comparison, but Firebase has massive differences to AWS in general when it comes to handling infrastructure.
concerns on sticking to one specific cloud
I wouldn’t recommend serverless in this case, it will always be much, much larger amounts of lock in.
a
Yes, agreed.
m
Wow! I wasn't expecting that level or response in such a short space of time. Thanks very much folks. Any one know if the various conference talks are going to be made available online afterwards?
j
if cross-cloud is a real concern… it would be good to look into containers and Pulumi. There are also major benefits of just choosing the best cloud out there (AWS) and using it to its full potential and taking advantage of serverless and SST for rapid development.
a
In my company, a new devops joined, and he wants to start using terraform 🤦‍♂️ .
I’ve been discussing for the last 3 hours.
He strongly believes that we need terraform to go multi-cloud… but he doesn’t understand that we will need to re-write 60% of the platform if we move away from AWS, hahah.
That’s what I hate about TF fans… they use the “multi cloud” card… but it’s unrealistic most of the time… and also expensive.
f
@Mark Gargan the talks will be recorded. They will be shared after the event 🤞