Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebsto/amplify-ios-getting-started

This is the editable material for Amplify's iOS Getting Started guide.
https://github.com/sebsto/amplify-ios-getting-started

amplify aws cloud ios

Last synced: 5 days ago
JSON representation

This is the editable material for Amplify's iOS Getting Started guide.

Awesome Lists containing this project

README

        

[![CICD on GitHub](https://github.com/sebsto/amplify-ios-getting-started/actions/workflows/ContinuousIntegration.yml/badge.svg)](https://github.com/sebsto/amplify-ios-getting-started/actions/workflows/ContinuousIntegration.yml)

This is the editable material for Amplify's [iOS Getting Started](https://aws.amazon.com/getting-started/hands-on/build-ios-app-amplify/) guide.

Other front-end Amplify hands on tutorial :
- [Amplify's Android Getting Started](https://aws.amazon.com/getting-started/hands-on/build-android-app-amplify/?e=gs2020&p=frontend)
- [Amplify's React Getting Started](https://aws.amazon.com/getting-started/learning-path-front-end-developer/).

Please create [Issues](https://github.com/sebsto/amplify-ios-getting-started/issues) if you encounter a typo or a problem, and submit [Pull Requests](https://github.com/sebsto/amplify-ios-getting-started/pulls) for changes

# Table of Content

01. [Introduction](01_introduction.md)
02. [Create an iOS App](02_create_ios_app.md)
03. [Initialize Amplify](03_initialize_amplify.md)
04. [Add User Authentication](04_add_authentication.md)
05. [Add API & Database](05_add_api_database.md)
06. [Add Storage](06_add_storage.md)
07. [Cleanup](07_cleanup.md)

# Headless build with the CLI

Check [these instructions](code) to prepare a mac1 EC2 Instance and build this project **100% from the CLI**. These are the basic steps to prepare a cloud build environment. No VNC or GUI is necessary.