Creating function using Realm Administration API emits read size limit exceeded errors

Hi @Andrew_Morgan,
That is the case. Thanks for that.

Some feedback for the Functions Team:
Allow larger function sizes: For example Google Cloud Functions allows;
100MB (compressed) for sources.
500MB (uncompressed) for sources plus modules.

Have dependencies be automatically picked up/installed from a package.json file

Allow unlimited logging per execution and don’t truncate logs (currently you only get 10 logs and logs are truncated at 256 chars). Also allow formatted logging, currently we have to scroll right and read a really long non-wrapping lines.

When testing functions in the UI, if you have a long running function whether or purpose or on error, you don’t really know if the function has passed or failed. Adding a spinner when a function is executing will help with UX (I had to learn this after realizing my function is timing out but it took me a while to understand that and I though the UI was broken).

Some feedback for the Realm Admin API docs team:

Please create a SDK for the Realm Admin API to help consumers avoid writing repetitive code
Please document errors codes and messages.

Thanks for your help.

1 Like