Skip to content

How to use Client-side APIs in a function? #7

@tatsuhiro-i

Description

@tatsuhiro-i

Hello,

I try to implement "DropBox" function, mentioned in this paper
https://dl.acm.org/doi/10.1145/3452296.3472919
,and I think it needs to use "Client-Side APIs" in "Browzer" function, which runs on one BentoServer and upload "DropBox" function to the others(BentoServer).

But because of this, the environment instance can't see the Client-side APIs, I can't use the api like send_store_request(self, name, code)" in "Browzer" function to install "DropBox" function on another BentoServer.

I think it needs to change the container environment, but I'm not sure what should I do...

What can i do to fix it?

Thank you very much in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions