<@U01MV4U2EV9> I've converted the notes app demo t...
# guide
m
@thdxr I've converted the notes app demo to Typescript for anyone that needs it: https://github.com/mpandzo/serverless-stack-demo-notes-app-ts
p
Thanks for sharing. Do you mind sharing : Why is amplify used in this case? I'm very new to most of this.
m
That's on page 179 of the guide:
Copy code
AWS Amplify provides a few simple modules (Auth, API, and Storage) to help us easily connect to our backend.
m
@Mirza amplify is used on the frontend to connect with SST backend
m
That is correct @manitej