Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

What is Cloud 9 on AWS?

What is Cloud 9 on AWS?

Please explain the highlights os using Cloud 9 on AWS. And explain their Javascript editor and/or unique Javascript language.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

What is AWS Lambda?

And with Cloud 9, what other parts of AWS are needed? I am trying to get a tops down view..
AWS Lambda is their serverless compute offering. Basically, you can run code without provisioning or managing servers / instances.

With Cloud 9, there's actually no other parts of AWS required... it's basically just a software suite you can use to edit code. It just happens to be cloud-based and integrates with other AWS products.
Thanks