You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, the client and the function runtime need to change in sync (e.g if the S3 object storage handling changes). To make it easier to debug these changes and for users to know when the function image needs to update, it would be neat to invent some versioning scheme on the invoke. This would let the function know if the client is not compatible and it could just respond with a version error.
The text was updated successfully, but these errors were encountered:
Sometimes, the client and the function runtime need to change in sync (e.g if the S3 object storage handling changes). To make it easier to debug these changes and for users to know when the function image needs to update, it would be neat to invent some versioning scheme on the invoke. This would let the function know if the client is not compatible and it could just respond with a version error.
The text was updated successfully, but these errors were encountered: