API (REST)
Set up Amplify REST API
The API category provides a solution for making HTTP requests to REST and GraphQL endpoints. The REST API category can be used for creating signed requests against Amazon API Gateway when the API Gateway Authorization is set to AWS_IAM.
Fetch data
Using the GET API REST in Amplify
Update data
Using Post, Put, etc. in Amplify
Delete data
Using the Delete API REST in Amplify
Define authorization rules
Learn more about how to define authorization rules for Amplify's REST API capabilities
Use existing AWS resources
Configure the Amplify Libraries to use existing Amazon API Gateway resources by referencing them in your configuration.