What Is the Size Limit of the secrets Object?
Question
Is there a size limit to the secrets
object that is passed while the connector calls the function?
Environment
Functions connectors
Answer
There is no technical limit for the size of the JSON we accept. However, since secrets
is a part of the payload used to invoke the cloud function, each cloud function has a maximum payload size.
For example, AWS Lambda's maximum payload size is 6MB and Google Cloud Functions' maximum payload size is 10MB.