|
|
|
|
|
by twawaaay
1301 days ago
|
|
No, that's not what I do. But I can structure my application so that the innards are not tied to AWS APIs. For example, SNS is just a small messaging module that I can easily replace for something else by reimplementing literally half a dozen functions. Guys, these problems have been present in software development for the past half century. They have solutions if you care to find them. |
|
Even if you abstract away most of the platform specific stuff in your code, that's going to take days/weeks of implementation and testing before you can go live. That won't help you when a provider suddenly bans your account in the middle of the night, and you need it running asap.