{"id":15499707,"url":"https://github.com/nicolaslopezj/react-deploy-s3","last_synced_at":"2025-04-22T21:43:12.192Z","repository":{"id":61797227,"uuid":"71520278","full_name":"nicolaslopezj/react-deploy-s3","owner":"nicolaslopezj","description":"Deploy create react app's in AWS S3","archived":false,"fork":false,"pushed_at":"2017-10-17T20:32:51.000Z","size":1184,"stargazers_count":66,"open_issues_count":2,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-17T13:31:07.409Z","etag":null,"topics":["aws","cloudfront","create-react-app","deploy","react","s3","ssl"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolaslopezj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-21T01:58:39.000Z","updated_at":"2023-06-26T15:36:23.000Z","dependencies_parsed_at":"2022-10-21T11:00:49.663Z","dependency_job_id":null,"html_url":"https://github.com/nicolaslopezj/react-deploy-s3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolaslopezj%2Freact-deploy-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolaslopezj%2Freact-deploy-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolaslopezj%2Freact-deploy-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolaslopezj%2Freact-deploy-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolaslopezj","download_url":"https://codeload.github.com/nicolaslopezj/react-deploy-s3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250330302,"owners_count":21412958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aws","cloudfront","create-react-app","deploy","react","s3","ssl"],"created_at":"2024-10-02T08:54:49.960Z","updated_at":"2025-04-22T21:43:12.162Z","avatar_url":"https://github.com/nicolaslopezj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Deploy S3\n\nDeploy create react app's in AWS S3\n\n![Demo](https://raw.githubusercontent.com/orionsoft/react-deploy-s3/master/demo.gif)\n\n## Instructions\n\n### Install the tool\n\n```sh\nyarn global add react-deploy-s3\n```\n\n### Attach policy to user in AWS\n\nIAM Management Console **\u003e** Users **\u003e** [The user you will use] **\u003e** Inline Policies **\u003e** Create User Policy **\u003e** Custom Policy\n\n```json\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Action\": [\n                \"s3:*\",\n                \"acm:describeCertificate\",\n                \"acm:requestCertificate\",\n                \"acm:addTagsToCertificate\",\n                \"cloudfront:createDistribution\",\n                \"cloudfront:createInvalidation\"\n            ],\n            \"Effect\": \"Allow\",\n            \"Resource\": \"*\"\n        }\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolaslopezj%2Freact-deploy-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolaslopezj%2Freact-deploy-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolaslopezj%2Freact-deploy-s3/lists"}