{"id":16225465,"url":"https://github.com/mikebild/aws-cdk-js-github-action","last_synced_at":"2026-03-02T22:02:23.871Z","repository":{"id":136939007,"uuid":"203612544","full_name":"MikeBild/aws-cdk-js-github-action","owner":"MikeBild","description":"GitHub Action using AWS CDK for JavaScript","archived":false,"fork":false,"pushed_at":"2019-08-21T19:53:47.000Z","size":3,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T18:42:50.056Z","etag":null,"topics":["aws","aws-cdk","github","github-actions","javascript","marketplace","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/aws-cdk-js-github-action","language":"Dockerfile","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/MikeBild.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":"2019-08-21T15:25:40.000Z","updated_at":"2020-09-18T15:13:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddcb0352-fe7c-4c79-9592-fea181ffe872","html_url":"https://github.com/MikeBild/aws-cdk-js-github-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Faws-cdk-js-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Faws-cdk-js-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Faws-cdk-js-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Faws-cdk-js-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBild","download_url":"https://codeload.github.com/MikeBild/aws-cdk-js-github-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989576,"owners_count":20379648,"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","aws-cdk","github","github-actions","javascript","marketplace","typescript"],"created_at":"2024-10-10T12:45:09.014Z","updated_at":"2026-03-02T22:02:18.820Z","avatar_url":"https://github.com/MikeBild.png","language":"Dockerfile","readme":"# GitHub Action using AWS CDK for JavaScript\n\n## How to use?\n\nCreate a GitHub workflow file `.github/workflows/main.yml`.\n\n```yaml\nname: CICD\non: [push]\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n    - name: GitHub Checkout\n      uses: actions/checkout@v1\n\n    - name: Yarn Install\n      uses: nuxt/actions-yarn@master\n      with:\n        args: install\n\n    - name: AWS CDK Deploy\n      uses: MikeBild/aws-cdk-js-github-action@1.0.0\n      with:\n        args: deploy\n      env:\n        AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n        AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n        AWS_REGION: eu-central-1\n```\n\n## Secrets\n\n- `AWS_ACCESS_KEY_ID` – **Required**\n- `AWS_SECRET_ACCESS_KEY` – **Required**\n\n## Environments\n\nSee [the CDK developer guide](https://docs.aws.amazon.com/cdk/latest/guide/environments.html) for more information.\n\n# License\n\nThe Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Faws-cdk-js-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikebild%2Faws-cdk-js-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Faws-cdk-js-github-action/lists"}