- 最新
- 投票最多
- 评论最多
Hi Dan,
Yes, you can follow this documentation to build iOS application using Amplify. Steps
-
Create an iOS App: The first module of the tutorial guides you through creating an iOS app and testing it in the iPhone simulator.
-
Initialize Amplify: The second module shows you how to initialize a local app using AWS Amplify. This involves running the following command in your project directory:
npm create amplify@latest
This will create the necessary Amplify configuration files in your project.
-
Add Authentication: The third module covers adding authentication to your application using AWS Amplify.
-
Add a GraphQL API and Database: The fourth module demonstrates how to create a GraphQL API and connect it to a database using AWS Amplify.
-
Add the Ability to Store Images: The final module guides you through adding storage capabilities to your app, allowing you to store images.
The tutorial provides a step-by-step guide to building an iOS application using AWS Amplify. It covers the key features and services offered by Amplify, such as authentication, API, and storage.
This documentation has code snippets.
相关内容
- AWS 官方已更新 4 个月前
- AWS 官方已更新 2 年前
Yes, I followed the steps in the tutorial, but I still messed up somehow. Thanks, but this did not answer my question, which asked if there is a code library for the tutorials.