{"id":19375051,"url":"https://github.com/monim67/s3-sync-deploy-action","last_synced_at":"2025-10-18T08:23:22.204Z","repository":{"id":139820310,"uuid":"612645517","full_name":"monim67/s3-sync-deploy-action","owner":"monim67","description":"AWS CDK Codepipeline Action construct to deploy website to s3 deleting old files","archived":false,"fork":false,"pushed_at":"2023-03-17T06:42:54.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T19:52:44.388Z","etag":null,"topics":["aws-cdk","aws-cdk-construct","awscdk"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@monim67/s3-sync-deploy-action","language":"Python","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/monim67.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-11T15:09:00.000Z","updated_at":"2023-03-13T13:53:23.000Z","dependencies_parsed_at":"2023-06-28T14:32:28.812Z","dependency_job_id":null,"html_url":"https://github.com/monim67/s3-sync-deploy-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/monim67/s3-sync-deploy-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monim67%2Fs3-sync-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monim67%2Fs3-sync-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monim67%2Fs3-sync-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monim67%2Fs3-sync-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monim67","download_url":"https://codeload.github.com/monim67/s3-sync-deploy-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monim67%2Fs3-sync-deploy-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270709023,"owners_count":24631992,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":["aws-cdk","aws-cdk-construct","awscdk"],"created_at":"2024-11-10T08:36:59.018Z","updated_at":"2025-10-18T08:23:22.113Z","avatar_url":"https://github.com/monim67.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3-sync-deploy-action\n\nS3SyncDeployAction is a drop in replacement for [S3DeployAction][S3DeployAction] AWS CDK toolkit\nCodepipeline Action to deploying artifacts to S3. S3SyncDeployAction deploys to S3 like `aws\nsync --delete` does. It syncs with S3 deleting any old non-existent file in artifact directory.\n\n## Installation\n\n```\nnpm install @monim67/s3-sync-deploy-action\n```\n\nor\n\n```\nyarn add @monim67/s3-sync-deploy-action\n```\n\n## Usage\n\nUsage is similar to S3DeployAction.\n\n```ts\nimport { S3SyncDeployAction } from \"@monim67/s3-sync-deploy-action\";\n\nconst deployAction = new S3SyncDeployAction({\n  actionName: 'S3Deploy',\n  bucket: targetBucket,\n  input: sourceOutput,\n});\n```\n\n [S3DeployAction]: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codepipeline_actions.S3DeployAction.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonim67%2Fs3-sync-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonim67%2Fs3-sync-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonim67%2Fs3-sync-deploy-action/lists"}