{"id":21952034,"url":"https://github.com/systangotechnologies/frontend-deployment-utility","last_synced_at":"2026-05-04T04:39:12.538Z","repository":{"id":79336201,"uuid":"198598142","full_name":"SystangoTechnologies/Frontend-Deployment-Utility","owner":"SystangoTechnologies","description":"Host your frontend application using AWS S3.","archived":false,"fork":false,"pushed_at":"2019-07-24T10:39:09.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T18:11:48.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SystangoTechnologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-07-24T09:03:00.000Z","updated_at":"2019-08-12T13:18:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d27f160-4add-43c4-a6f4-98286ac86887","html_url":"https://github.com/SystangoTechnologies/Frontend-Deployment-Utility","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/SystangoTechnologies/Frontend-Deployment-Utility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFrontend-Deployment-Utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFrontend-Deployment-Utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFrontend-Deployment-Utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFrontend-Deployment-Utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SystangoTechnologies","download_url":"https://codeload.github.com/SystangoTechnologies/Frontend-Deployment-Utility/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SystangoTechnologies%2FFrontend-Deployment-Utility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32595202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-29T06:19:17.549Z","updated_at":"2026-05-04T04:39:12.521Z","avatar_url":"https://github.com/SystangoTechnologies.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Frontend-Deployment-Utility\nQuick and easy way to deploy and host your frontend application using AWS S3. The utility demands minimum to zero knowledge of DevOps or AWS tools.\n\n## Features\n* Upload Files on S3 Bucket\n* Created CloudFront Invalidations\n\n## Upcoming Features\n\n#### Automating infrastructure creation\n* Bucket creation\n* Configuring bucket to host a static website\n* Creating CloudFront distribution\n* Configuring SSL on CloudFront distribution\n\n## Prerequisite\n* Node v10.16.0 or later\n* AWS IAM Credentails\n* S3 Buckets\n* CloudFront Distribution\n\n## Environment Variables Configuration\nTo simulate environment variables\n#### Config File *(use anyone)*\n- config.js\n\n####  System environment\n- /etc/environment file\n\nThe environment variables are as follows -\n```\nAWS_ACCESS_KEY                     // AWS IAM access Key\nAWS_SECRET_KEY                     // AWS IAM secret Key\nAWS_REGION                         // AWS region\nS3_BUCKET                          // Bucket name\nDISTRIBUTION_ID                    // CloudFront distribution Id\nUPLOAD_TO_S3                       // Flag to upload the files on s3 (true or false)\nUPDATE_CLOUDFRONT                  // Flag to update the CloudFront distribution [true or false]\nEXCLUDE_ROOT_DIR                   // Upload the content of the folder or upload the folder (true or false)\nEXCLUDE_DIRECTORY                  // Exclude directory in comma seprated string eg. '.git, npm_modules'\nEXCLUDE_FILES                      // Exclude Files in comma seprated string eg. '.gitignore', '.DS_Store'\n```\n\n## Usage\n* `node deploy.js` uploads the files and update the CloudFront distribution depending on the configuration\n\n## Installation\n\nSteps to run the script:\n  1. git clone https://github.com/SystangoTechnologies/Frontend-Deployment-Utility.git  // Clone the script\n  2. cd Koach-Typescript                                                     // Go to the cloned repository\n  2. Copy the files 'deploy.js config.js package.json' to your project_dir   // Copy the content in project dir \n  3. Go to your project_dir                                                  // project dir\n  4. Run: npm install                                                        // install node modules\n  5. Update config file                                                      // Setting config variables\n  6. Run: node deploy.js                                                     // Deploys the code\n\n## Contributors\n\n[Anurag Vikram Singh](https://www.linkedin.com/in/anuragvikramsingh/)\n\n## License\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystangotechnologies%2Ffrontend-deployment-utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystangotechnologies%2Ffrontend-deployment-utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystangotechnologies%2Ffrontend-deployment-utility/lists"}