CDK constructs
Constructs—the basic building blocks of AWS Cloud Development Kit (AWS CDK) apps—abstract away the complexity of configuring cloud resources, so you can concentrate on your application code. In the following sections, we summarize the available Amplify backend constructs.
Amplify Data
The official AmplifyData
construct can be found on Construct Hub.
For more information on data modeling, visit the data-modeling documentation.
Amplify Auth
The official AmplifyAuth
construct can be found on the npm registry.