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++.
Questions tagged [aws-cloud9]
285 questions
0
votes
1 answer
Tkinter Python AWS Cloud9
is there the possibility to import Tkinter modul in IDE AWS Cloud9 (Python)?
This simple program doesn't work (No module name 'Tkinter').
Any suggestion?
Thanks
from tkinter import Label # get a widget
object
widget = Label(None, text='Hello GUI…

Gianluca
- 19
- 3
0
votes
2 answers
How to add a tab in a javascript string within an array
I have been trying to set up a unit test which essentially tests whether what I read from a file elsewhere is properly parsed. I don't want to read the file in this unit test so I created an array with the information. But whatever I try the…

jallmer
- 589
- 3
- 17
0
votes
0 answers
Unexpected Token Import in cloud9 workspace linting when using dynamic imports
This is probably a pretty esoteric and specific issue to my workflow, so I don't know if anyone else has come across it in the past. I use an aws-cloud9 workspace to do development for my Vue application. I recently started using dynamic imports in…

whiplashomega
- 49
- 1
- 9
0
votes
0 answers
Why is Cloud9 asking me if I want to Display all * possibilities (y or n)?
Using cloud9 environment and it keeps prompting me:
Do you want to display all 2596 possibilities? (y or n)
The number changes as I change my environment. Has anyone else encountered this issue?
Regardless of whether I hit yes or no, the prompt…

MarshHawk
- 491
- 7
- 13
0
votes
1 answer
I broke npm on cloud 9 Amazon aws
I ran
npm config set prefix /usr/local
because i tried to fix something else without thinking before.
Now i can't install any packages anymore.
pm ERR! Error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY
Is there a way to reset all settings on cloud 9?

olivier
- 2,585
- 6
- 34
- 61
0
votes
1 answer
AWS services- enable another region
What is the best way to replicate the services like lambda, sns, cloudwatchrules, S3, from an existing region(us-east-1) to another region(singapore) other than using cloudformation template?

Deepa Karthik
- 1
- 1
0
votes
2 answers
AWS - Heroku - Ruby on Rails - Failed to install gems via Bundler
I am running bundle update in the AWS environment but I am getting an error:
An error occurred while installing pg (0.20.0), and Bundler cannot continue.
Make sure that gem install pg -v '0.20.0' --source 'https://rubygems.org/' succeeds before…

Josh
- 1
0
votes
1 answer
How can I change the automatic hibernation time for AWS Cloud9 or shut it down manually?
When I'm using AWS Cloud9, an EC2 instance is running in the background hosting it. By default, the EC2 instance hibernates after 30m, but sometimes I just want to use the IDE for 2 minutes and not have the EC2 instance running for 30m afterwards.…

Кирилл
- 1
- 2
0
votes
1 answer
Hello World on AWS cloud9 - Site can't be reached using PHP inbuilt server
I am trying to get started with AWS Cloud9. I created a hello.php file and run the program with inbuilt PHP server which shows the following output.
As shown in the image at the bottom, it is creating a public ip for me to check the output. The ip…

veritas
- 378
- 1
- 6
- 16
0
votes
1 answer
How to connect Cloud9 (python) to Redshift in VPC?
I am aiming to build an API using API Gateway -> Lambda -> Redshift. I'm working in Cloud9 to build the Lambda function. My problem is that our Redshift is securely tucked away in a VPC. I can whitelist an IP (for developing locally), but since…

ScottieB
- 3,958
- 6
- 42
- 60
0
votes
1 answer
In Cloud9 IDE how to beautify HTML code inside Javascript strings?
In Cloud9 IDE you can automatically format HTML codes, or Javascript codes. But once in a while you need to do the formatting not compatible with the containing file type. For example, when you are authoring a web component widget, you need to…

Jinghui Niu
- 990
- 11
- 28
0
votes
1 answer
Cloud9 and CloudFormation - access EC2 instance
I'm creating a cloud9 instance in cloudformation as follows:
Resources:
DevEnv:
Type: 'AWS::Cloud9::EnvironmentEC2'
Properties:
SubnetId: !Ref PublicSubnet
Name: MyEnvironment
InstanceType: !Ref…

user7268294
- 101
- 1
- 4
0
votes
1 answer
how to use aws cloud9 environment id to open an environment?
I have been getting an Id from the aws CLI but I'm not getting the way of opening the environment without opening the aws console, is there any way of opening it without opening the console?

Anil kumar Reddy
- 1
- 2
0
votes
1 answer
403 forbidden error while accessing the url having parameters like url?param=http://someurl.com/
I am facing the issue while accessing the below url in browser.
https://bootstrap.mytechlogy.com/?param=https&var=http
When the url contains parameters like https or http in querystring, it results 403 forbidden error.
Thanks in Advance.

Shiva
- 1
- 1
0
votes
1 answer
How to confirm processes on AWS Cloud9
I forgot how to confirm processes on Cloud 9. How can I confirm processes on Cloud 9?

Ryosuke Hujisawa
- 2,682
- 1
- 17
- 18