Results 7 comments of Andrei

got this as well. went through the amplify tutorial for flutter, but used the latest amplify version, so it enterd this issue. It works with: ``` if (result.isSignUpComplete) { if...

+1. My use case is that I need to write a config file post-deployment, which contains the resulting endpoints and ARN's and such. This is possible with the serverless framework,...

If I have a nodejs app that uses aws-sdk to populate a dynamodb table from a json, and I want to run this after the whole provisioning has completed, is...

thank you for your detailed reply! i made it work with two separate tokens, that's also perfectly fine for what I need. Best,

thank you for your suggestion! will give this a try

Confirmed that this doesnt work. Also, last commit was in 2017 so this is most probably abandoned. Maybe it helps someone - I ended up avoiding this and instead using...

Had the same issue just now. Everything worked (including the separate functions file) until I attempted to add webpack into the project, and got to this error. The solution recommended...