Jon Saw

Results 3 issues of Jon Saw

How do we properly pass errors? Right now, all errors are returning as `"Lambda:Unhandled"`. Any way to customize `errorType`, `errorInfo`? ``` { "data": null, "errors": [ { "path": [ "updateProject"...

help wanted

Screens: - Home Screen ![cognito_01_home](https://user-images.githubusercontent.com/1572333/39953217-77967bda-55d9-11e8-940c-90c34f870cb6.png) - Sign Up ![cognito_02_signup](https://user-images.githubusercontent.com/1572333/39953218-7a1aa8d6-55d9-11e8-93ca-bc3525d66c92.png) - Confirm Account ![cognito_03_confirmaccount](https://user-images.githubusercontent.com/1572333/39953219-7a682b92-55d9-11e8-94e5-d6fc737b91e0.png) - Login ![cognito_04_login](https://user-images.githubusercontent.com/1572333/39953220-7ab56c18-55d9-11e8-80a0-51ab9d319280.png) - Secure Counter ![cognito_05_secure](https://user-images.githubusercontent.com/1572333/39953222-7b1bf6ae-55d9-11e8-90df-55b472bb08c3.png)

I'm trying to setup a multilingual app with `Localizable.strings`. So far, the UI elements in SwiftUI all translate as expected. How do we get the validation messages to translate accordingly?