N
N
@lazpavel np! Any updates on when this might be finally approved and integrated? I'd really like to use it in my project :)
I'm also having this issue
Hi @pkgoogle ! The TF model that I am using that also produces the same error is located here: https://github.com/naedx/tflite_android_build/blob/dev/models/whisper.tflite ### Setup/config details: ```bash tf-docker /host_dir > ./tensorflow_src/configure You have...
I'm also having this issue now. ``` PullBackendFault: Failed to pull the backend. at attachBackend (C:\snapshot\amplify-cli\build\node_modules\@aws-amplify\cli-internal\lib\attach-backend.js:55:15) at async Object.run (C:\snapshot\amplify-cli\build\node_modules\@aws-amplify\cli-internal\lib\commands\pull.js:64:9) at async Object.executeAmplifyCommand (C:\snapshot\amplify-cli\build\node_modules\@aws-amplify\cli-internal\lib\index.js:194:9) at async executePluginModuleCommand (C:\snapshot\amplify-cli\build\node_modules\@aws-amplify\cli-internal\lib\execution-manager.js:139:5) at async...
I'm getting this same error message but without making any changes to my lambda functions or layers. This issue appears following an upgrade from cli 10.8.1 to 11.0.3
I was able to get around the issue by locating the the specific lambda function whose deployment triggered the error, then removing the lambda layer configurations, push, then re-add the...
I'm having the same challenge here
Hi @timheilman , I believe the limitation comes from "Iterations in a foreach loop in mapping templates" described [here](https://docs.aws.amazon.com/general/latest/gr/appsync.html#limits_appsync): > Iterations in a foreach loop in mapping templates > Each...
I'm sure that a developer or two may have pulled their hair out with a silent failure here. I agree that an explicit exception would be useful (esp. in dev...