Amplify Concepts — Amplify functions and Amplify UI

Amplify UI overview

  • What it is: A React component library that’s accessible, themeable, and designed to work with Amplify apps.

  • Why use it here: Faster to assemble forms, buttons, and layout with consistent UX and minimal CSS wrangling.

  • Intro: https://ui.docs.amplify.aws/react/getting-started/introduction

Tip: Keep your function contract stable and documented. UI changes often; your function’s input/output schema anchors integration across teams and versions.

Last updated