Zoom web sdk on AWS

Can zoom web sdk run on serverless architecture on AWS ? Kindly suggest.

Hey @kamlesh.sutar,

Welcome to the developer forum.

Yes, the Zoom Web SDK doesn’t require a dedicated server to work, and signatures can be generated using frontend languages such as nodeJS. The SDK itself is simply added to your project either locally (via Node) or remotely via CDN.

What is your architecture?

Thanks,
Alex

2 Likes

Let us know if you have any questions @kamlesh.sutar

Max

Currently I am running web sdk locally on ec2 instance, And clients can access the url from browser. So instead of having dedicated ec2 instance I want to move it static hosting like S3. If I use CDN, will it be catered through S3 ?

Hey @kamlesh.sutar,

Yes, you should be able to host the Web SDK statically through something like S3.

Thanks,
Max

1 Like