iOS Chat App using AWS AppSync
LambdaMessenger is a chat app that works with the LambdaMessenger API. It was developed in an effort to evaluate AWS AppSync and AppSync Realtime Data
carthage update --platform iOS
LambdaMessenger/Frameworks
directory and git clone https://github.com/JohnRbk/aws-mobile-appsync-sdk-ios
a copy of a patched AWS AppSync SDK. See this pull request for more details.LambdaMessenger/API.swift
file is generated from aws-appsync-codegen
. Use the LambdaMessenger API project to generate API.swift
if any updates are made to the AppSync schema.This project is licensed under the MIT License - see the LICENSE.md file for details