If you are using Cloud9 and get an insufficent space or ENOSPC: no space left on device
error, you may resize your volume by using the following commands from your Cloud9 terminal.
wget https://cicd.serverlessworkshops.io/assets/resize.sh
chmod +x resize.sh
./resize.sh 20
Follow these modified Step 2 and Step from .NET Core sample for AWS Cloud9 to install .Net Core
sudo yum -y update
sudo yum -y install libunwind
wget https://dot.net/v1/dotnet-install.sh
sudo chmod u=rx dotnet-install.sh
./dotnet-install.sh -c 3.1
nano ~/.bashrc
:$HOME/.dotnet:$HOME/.dotnet/tools
to the export PATH= lineexport DOTNET_ROOT=$HOME/.dotnet
. ~/.bashrc
dotnet --version