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
0
votes
1 answer

AWS cloud9 cannot create a new ssh environment

I'm trying to create an ssh environment for a newly created ec2 instance, but the installer fails every time. Steps: Lanch a new ec2 instance, install node.js, add c9 ssh key, create new c9 ssh environment. It seems like it installs another version…
Vladislav
  • 483
  • 2
  • 6
  • 17
0
votes
1 answer

Is there a import class shortcut/feature in Cloud9 as there is in Eclipse?

I am experimenting with Cloud 9 This is my current code(In Vehicle.java) public abstract class Vehicle{ List tags; } Eclipse has this shortcut where you can scroll over a class you haven't imported(in this case List) and the IDE will…
committedandroider
  • 8,711
  • 14
  • 71
  • 126
0
votes
3 answers

AWS Cloud9...great but I can only start it from the root account in the default VPC

I've tried using Cloud9 in my root account with the default VPC and this works great. I love it. However, that's not very secure. When I tried simulating a more realistic scenario--logging in as an IAM user with Cloud9administrators policy applied,…
Network Effects
  • 174
  • 1
  • 14
0
votes
1 answer

How to deploy a site/app from AWS Cloud9

I have a project for a simple web app with a back-end API written in NodeJS that I worked on using the AWS Cloud9 IDE. I would like to deploy this to the public web so I can include it in my portfolio. However, I can't seem to find an option to…
ipenguin67
  • 1,483
  • 5
  • 22
  • 39
0
votes
1 answer

AWS Cloud9 and Lambda Alias

I am trying to understand how AWS Cloud9 works with AWS Lambda alias and version system. When deploying a lambda from Cloud9, does it always deploy on $LATEST ? When importing a lambda in Cloud9, does it always import $LATEST ? Can we choose…
Hugo
  • 1,195
  • 2
  • 12
  • 36
0
votes
0 answers

Fatal error: Uncaught UnexpectedValueException: The stream or file "/var/www/appname/storage/logs/lumen.log" could not be opened

I am trying to run multiple containers on docker hosted on AWS cloud9, with which all of the services were built using lumen. I'm not getting header request being passed and hence decided to die dump the $request headers in PHP, hence the cause of…
0
votes
2 answers

Cloud9 does not expose bash_profile exports in nodejs lambda

I have a Cloud9 environment spun up and have modified my ~/.bash_profile to export a value at the end of the file. export foo="hello world" I run . ~/.bash_profile and then echo $foo and I see hello world output in the terminal. I then created a…
0
votes
1 answer

Sass/css wont render in cloud9 polling-fallback error

My sass or css files are rendering and i got this pooling fallback error. Does anyone know what this error means? carlagoncalves:~/workspace (master) $ node server.js server running.... ^C carlagoncalves:~/workspace (master) $ node…
user9165309
0
votes
1 answer

Spacemacs Setup Similar to AWS Cloud9 for Remote Development

I recently stumbled on AWS Cloud9 and Spacemacs and genuinely impressed with both of them. The problem is I cannot make Spacemacs to work properly on remote environment development just like Cloud9, all this time I was using VSCode with Dropbox and…
Ardhi
  • 2,855
  • 1
  • 22
  • 31
0
votes
0 answers

Chart is not defined; please fix or add /*global chart*/ cloud9 chart.js javaScript

I got this error while I was working in cloud9 with JavaScript. How can I fix this? Chart is not defined; please fix or add /global chart/
0
votes
1 answer

Deploying Lambda with Cloud9

Hello here is my project structure: -AppName -Common -common.js //Global module which i'm using in all functions -Func1 -index.js -Func2 -index.js -template.yaml And here is template.yaml…
0
votes
1 answer

Accessing image path in Cloud9 Amazon Web Services

I'm having trouble accessing an image in cloud9 on AWS. Here's what I've got: Screenshot of file tree This is what I currently have: This doesn't work. The html file is here: /flexbox/views/index.ejs I've…
Raph117
  • 3,441
  • 7
  • 29
  • 50
0
votes
1 answer

String Alternation on 2 process C++

I am trying to conduct strict alternation on 2 processes, but I am not sure how to declare the critical region and non-critical region. Here is the code that I have: #include #include int count; int turn = 0; // …
Jdmon1998
  • 31
  • 6
0
votes
1 answer

How to fix the "Create role error" on Cloud9 when running "ask deploy" (Alexa Skill Kit)?

I want to use an Amazon Could9 Workspace to develop an Alexa Skill using ASK. I did follow this guide https://developer.amazon.com/docs/smapi/set-up-credentials-for-an-amazon-web-services-account.html to create an IAM user. The user was added to aws…
Federico Elles
  • 4,659
  • 7
  • 27
  • 35
0
votes
0 answers

is it possible to use cloud 9 and offline IDE at same time?

I'm thinking about traveling, and will have very unstable internet. Anyway I can continue to work on my projects on cloud 9? I got bash, Ubuntu with ruby/rails on Windows so I think I got pretty good working environment, but I don't know how I can…
user2669043
  • 97
  • 1
  • 6
  • 12
1 2 3
18
19