DEV Community

Cover image for 8 New Features of Amplify Studio

8 New Features of Amplify Studio

Ali Spittel on December 06, 2021

June 27, 2024: This blog post uses Amplify Gen 1, if you're starting a new Amplify app I recommend trying out Gen 2! This post was written with ...
Collapse
 
wsh4and profile image
Eko Andri Subarnanto

Hi, I love this as a solo developer who can possibly create a full stack app within just weeks instead of months.
Any change you will create a Udemy course?

Collapse
 
aspittel profile image
Ali Spittel

Love to hear it! Will definitely be making some courses and tutorial content on this!

Collapse
 
wsh4and profile image
Eko Andri Subarnanto

Can’t wait! Keep up the good work

Thread Thread
 
wsh4and profile image
Eko Andri Subarnanto • Edited

So I watched your course on Linkdin; on the section of Authorization, what is the better way in user management and what is the different between Cognito and IAM?

Collapse
 
francescoxx profile image
Francesco Ciulla

Thank you for sharing this!

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.

Collapse
 
snoopdougiedougie profile image
Doug

How easy (or is it possible?) is it to swap out react code with code from another programming language?

Collapse
 
aspittel profile image
Ali Spittel

Right now we’re working on making the React version rock solid, but we are seeing a lot of requests for other framework support. If you have a specific one, I can make sure to pass it on to the PM!

Collapse
 
valtrem profile image
Valerie Tremblay • Edited

Can we use another UI Kit, for example MUI for Figma, or do we have to get started from the AWS Amplify UI Kit?

Collapse
 
yimu187 profile image
Murat YILMAZ

Hi,

When will the UI Library be general available? Is there a way to set action props like onClick before GA?

Kind Regards