DEV Community

Discussion on: 8 New Features of Amplify Studio

Collapse
 
cjsmocjsmo profile image
Charlie J Smotherman

Can I take the code generated by Amplify Studio and deploy it on a different cloud provider like CloudFlare or Azure?

Vender lock-in is my concern

Collapse
 
aspittel profile image
Ali Spittel • Edited

The answer to this is yes and no: some parts could be, some could not be.

The generated React components that aren't cloud connected could be deployed anywhere, as could the site frontend in general.

The cloud connected backend; however, would be different from provider to provider. That being said, you could write abstractions that would allow you to switch providers if you needed to.