{"id":16092245,"url":"https://github.com/stackgen-demo/workshop-sandbox","last_synced_at":"2026-01-27T06:01:40.886Z","repository":{"id":255335444,"uuid":"849267062","full_name":"stackgen-demo/workshop-sandbox","owner":"stackgen-demo","description":"Workshop Sandbox ","archived":false,"fork":false,"pushed_at":"2024-09-26T14:41:02.000Z","size":3043,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-27T01:42:39.600Z","etag":null,"topics":["aks-kubernetes-cluster","aws","docker","eks-cluster","helm","infra-terraform","java","kubernetes","lambda-functions","microservice","python","serverless"],"latest_commit_sha":null,"homepage":"https://killercoda.com/stackgen/ ","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stackgen-demo.png","metadata":{"files":{"readme":"README.md","changelog":"newsfeed-demo-1/Demo1.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T09:35:32.000Z","updated_at":"2024-09-26T14:41:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cb50487-9a55-43d7-94bc-2419b6e94433","html_url":"https://github.com/stackgen-demo/workshop-sandbox","commit_stats":null,"previous_names":["appcd-demo/workshop-sandbox","stackgen-demo/workshop-sandbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackgen-demo/workshop-sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgen-demo%2Fworkshop-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgen-demo%2Fworkshop-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgen-demo%2Fworkshop-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgen-demo%2Fworkshop-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackgen-demo","download_url":"https://codeload.github.com/stackgen-demo/workshop-sandbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackgen-demo%2Fworkshop-sandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aks-kubernetes-cluster","aws","docker","eks-cluster","helm","infra-terraform","java","kubernetes","lambda-functions","microservice","python","serverless"],"created_at":"2024-10-09T16:02:35.660Z","updated_at":"2026-01-27T06:01:40.861Z","avatar_url":"https://github.com/stackgen-demo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StackGen Sandbox \n\n\n## Installation script for Linux user \n\n```\n#!/bin/bash\nsudo apt-get install -y jq\nsudo apt-get install -y zip unzip\n#!/bin/bash\n# Get the current version of Terraform\nCURR_VER=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform | jq -r -M '.current_version')\n# Download the Terraform zip file\ncurl -LO \"https://releases.hashicorp.com/terraform/${CURR_VER}/terraform_${CURR_VER}_linux_amd64.zip\"\n# Unzip the downloaded file\nunzip \"terraform_${CURR_VER}_linux_amd64.zip\"\n# Move the Terraform binary to /usr/local/bin\nsudo mv terraform /usr/local/bin/\n# Make the binary executable\nsudo chmod +x /usr/local/bin/terraform\n# Clean up\nrm \"terraform_${CURR_VER}_linux_amd64.zip\"\nsudo apt-get install -y awscli\nsudo apt-get install -y gnupg software-properties-common\nsudo apt-get update -y\ncurl -sL https://git.io/_has | bash -s terraform aws git zip unzip python3\n```\n\n\n### Installation Scrip for Mac user \n\n\u003e install via homebrew \n\n```\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\nbrew doctor\n```\n\ninstall github \n\n```\nbrew install git\nbrew install --cask github\n```\n\ninstall terraform \n```\nbrew tap hashicorp/tap\nbrew install hashicorp/tap/terraform\n```\n\ninstall python\n\n```\nbrew install python\npython3 --version\npython3 --version\n```\ninstall AWS CLi \n\n```\nbrew install awscli\naws --version\n```\n\n\n### Installation for Windows User \n\nInstall chocolatey windows \n\nopen powershell and past this \n\n```\nSet-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iwr https://community.chocolatey.org/install.ps1 -UseBasicParsing | iex\n```\n\nMSI installer \n\nhttps://github.com/chocolatey/choco/releases/download/2.3.0/chocolatey-2.3.0.0.msi\n\nIntall python \n\n```\nchoco install python\npython -m pip install -U pip\n```\nInstall git \n```\nchoco install git\n```\n\nInstall AWS CLI \n\n```\nchoco install awscli\n\n```\nInstall zip \n```\nchoco install zip\n```\n\ninstall terraform \n\n```\nchoco install terraform --pre \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackgen-demo%2Fworkshop-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackgen-demo%2Fworkshop-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackgen-demo%2Fworkshop-sandbox/lists"}