Questions tagged [aws-cloud9]

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you to write, run, and debug code from any machine with just a browser. The Cloud9 IDE provides the software and tooling needed for dynamic programming languages including JavaScript, Python, PHP, Ruby, Go, and C++.

285 questions
2
votes
1 answer

Unable to install dependencies in AWS cloud9 for Cypress

So I've been trying to install Cypress in AWS Cloud9. I did get past installing Cypress itself but not the dependencies outlined in Cypress's official website (https://docs.cypress.io/guides/guides/continuous-integration.html#Advanced-setup). I…
2
votes
1 answer

Gem::Ext::BuildError: ERROR: Failed to build gem native extension trying to install postgresql

So I made my website with ruby-on-rails in Aws Cloud 9. I'm currently trying to deploy it with Heroku. A problem came up that I did all my coding with MySQLite3, which is not compatible with Heroku. So I changed my Gemfile to include 'pg', and ran…
Yodagost45
  • 33
  • 5
2
votes
1 answer

No name 'path' in module 'django.urls'

I'm trying to set up a Django project using AWS Cloud9 - this is the first time I have used Cloud9 since it moved to AWS, although I had used it for projects previously. I thought I had created the project with no problems, but I am getting a error…
2
votes
1 answer

Unable to run chromedriver using Python & selenium in cloud9 & aws

I have tried to perform scraping using python and selenium in cloud9 and aws lambda, however, it seems there is some problem in (path of) chromedriver and it does not run. my code is; from selenium import webdriver from…
HQMA
  • 125
  • 1
  • 8
2
votes
1 answer

How Do I Change My Main "environment" Location in the AWS Cloud9 Editor?

I'm using AWS Cloud9 to learn how to develop a web server, but the main file menu is stuck in the ~/environment/ directory. I am trying to use an Apache HTTP Server for this "project". Is there a way I can change the main directory it shows on the…
2
votes
1 answer

Migration PHP/Apache workspace from Cloud9 to AWS

Not sure this is the right place, if not, please be kind. I recently migrated a PHP/Apache workspace from Cloud9 to AWS Cloud9. I followed the migration step, everything was fine. I have a new AWS Cloud9 workspace with all my files ... but I can't…
Fifi
  • 3,360
  • 2
  • 27
  • 53
2
votes
1 answer

Load data from Athena into Pandas dataframe in Cloud9/Lambda in AWS for ETL

I am building a datalake in AWS. The source data is imported in S3 as CDCs. I need to find a way to merge them in order to have a table with the most recent version of information. Originally I wanted to use Glue for ETL development but the editor…
Daniel
  • 394
  • 6
  • 15
2
votes
1 answer

GCC or Clang Version on Amazon AWS Cloud 9?

When using Cloud 9 (now owned by Amazon and run as part of their AWS service) as an onlinet IDE for C and C++, and other compiled languages, it seems to create a virtual machine that uses version 4.8.5 of GCC. How do I use a more modern version of…
haziz
  • 12,994
  • 16
  • 54
  • 75
2
votes
2 answers

How do you run a from-scratch React app on Cloud9?

So I'm obviously a beginner with React, this may be rambling and I and may be crucified, but I've been banging my head against a wall for the last week or so trying to build a hello world app from scratch using React on Cloud9. I've read the…
Chris B.
  • 5,477
  • 1
  • 12
  • 30
2
votes
0 answers

Setting up cloud9 on existing EC2

I have an existing EC2 t2.micro instance. I am able to connect to it from my local machine. Now I want to setup Cloud9 on it but i am having issues. Here are the steps that I have followed but getting error I logged into…
Em Ae
  • 8,167
  • 27
  • 95
  • 162
2
votes
1 answer

How to get live reloading in AWS Cloud 9

How do I get AWS Cloud 9 to live reload my web page when I save a file similar to BrowserSync or LiveReload.
Sean Bannister
  • 3,105
  • 4
  • 31
  • 43
2
votes
1 answer

Unexpected token function in Cloud9 AWS Lambda

I am trying the async/await approach in AWS lambda function with node v8.11.3 npm v5.10.0. When I run it gives me the following response: { "errorMessage": "Unexpected token function", "errorType": "SyntaxError", "stackTrace": [ …
Abhishek Jain
  • 445
  • 2
  • 6
  • 19
2
votes
0 answers

CLOUD9 - KMS: The AWS Access Key Id needs a subscription for the service

when trying to set up cloud9 I get the this error "KMS: The AWS Access Key Id needs a subscription for the service" I have enabled all the cloud9 permissions for this user, as well as the KMS super user.
Mitch VanDuyn
  • 2,838
  • 1
  • 22
  • 29
2
votes
1 answer

Has anyone figured out setting up custom snippets on AWS Cloud9?

I've come across a few posts online but still befuddled and nothing concrete. Maybe someone can decode the below for me, seems like they figured it out but I've never made a plugin before so not sure where to start. Maybe can outline a file…
2
votes
2 answers

AWS cloud9 timeout when running flask application

Hi all I'm trying to setup a AWS cloud9 environment with flask to develop a web app. I'm new to AWS/ flask, and stuck on an issue. There seems to be an issue between the IDE environment and previewing the application in my browser (I'm using chrome,…
Peter Girnus
  • 2,673
  • 1
  • 19
  • 24