{"id":19274109,"url":"https://github.com/sbstjn/circleci-orbs","last_synced_at":"2025-06-13T17:07:34.931Z","repository":{"id":137670733,"uuid":"177780871","full_name":"sbstjn/circleci-orbs","owner":"sbstjn","description":"CircleCI Orbs for common tasks.","archived":false,"fork":false,"pushed_at":"2019-03-26T12:32:37.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T20:45:24.453Z","etag":null,"topics":["aws","cd","ci","circleci","deployment","pipeline","workflow"],"latest_commit_sha":null,"homepage":"https://circleci.com/orbs/registry/orb/sbstjn/aws","language":null,"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/sbstjn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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-03-26T12:07:48.000Z","updated_at":"2019-07-01T13:46:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1d76506-2a94-4a99-964d-73329ac01dd2","html_url":"https://github.com/sbstjn/circleci-orbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sbstjn/circleci-orbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbstjn%2Fcircleci-orbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbstjn%2Fcircleci-orbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbstjn%2Fcircleci-orbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbstjn%2Fcircleci-orbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbstjn","download_url":"https://codeload.github.com/sbstjn/circleci-orbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbstjn%2Fcircleci-orbs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259686096,"owners_count":22896052,"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","cd","ci","circleci","deployment","pipeline","workflow"],"created_at":"2024-11-09T20:45:05.079Z","updated_at":"2025-06-13T17:07:34.907Z","avatar_url":"https://github.com/sbstjn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CircleCI Orbs\n\n\u003e Re-usable [CircleCI Orbs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) for common tasks.\n\n## AWS Environment\n\n```yaml\n# .circleci/config.yml\n\norbs:\n  aws: sbstjn/aws@0.2.0\n\nworkflows:\n  version: 2\n\n  stable:\n    jobs:\n      - checkout\n      - aws/exec:\n          name: deploy STABLE\n\n          AccessKey: $STABLE_ACCESS\n          SecretKey: $STABLE_SECRET\n          Command: ENV=stable make update\n\n          requires: [ checkout ]\n          filters:\n            branches:\n              only: master\n\n  release:\n    jobs:\n      - checkout:\n          filters:\n            tags:\n              only: /v[0-9]+(\\.[0-9]+)*/\n            branches:\n              ignore: /.*/\n      - aws/exec:\n          name: deploy PROD\n\n          AccessKey: $PROD_ACCESS\n          SecretKey: $PROD_SECRET\n          Command: ENV=prod make update\n\n          requires: [ checkout ]\n          filters:\n            tags:\n              only: /v[0-9]+(\\.[0-9]+)*/\n            branches:\n              ignore: /.*/\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbstjn%2Fcircleci-orbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbstjn%2Fcircleci-orbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbstjn%2Fcircleci-orbs/lists"}