For the S3 thing, yes it's effectively implementing an interface/trait. For the scalability thing, t
For the S3 thing, yes it's effectively implementing an interface/trait. For the scalability thing, the code changes are similarly straightforward, but the tricky part is spinning up parts of the codebase (the parts that run functions or connect websockets) on separate servers and making sure they can talk to each other.
0 Replies