I have a setup of Serverless + AppSync + Localstack.
When in the project there is more than 50 AppSync Pipeline Functions all of them created after 50th are not available/visible for my Serverless. Even if I can see Pipeline Functions successfully created with AWS CLI, I can not use them in my resolvers when deploying to local. Deployment fails with "undefined" error message.