{"id":13620730,"url":"https://github.com/ScottBrenner/aws-cdk-action","last_synced_at":"2025-04-14T22:32:25.050Z","repository":{"id":39626972,"uuid":"197295947","full_name":"ScottBrenner/aws-cdk-action","owner":"ScottBrenner","description":"GitHub Action for interacting with AWS CDK","archived":false,"fork":false,"pushed_at":"2025-03-17T18:04:58.000Z","size":111,"stargazers_count":51,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T02:14:01.175Z","etag":null,"topics":["aws-cdk","github-actions","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/aws-cdk-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/ScottBrenner.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-07-17T01:57:52.000Z","updated_at":"2025-03-17T18:05:01.000Z","dependencies_parsed_at":"2024-01-14T05:00:02.849Z","dependency_job_id":"0d09b0c4-4298-42e2-8656-82fcd1d9491e","html_url":"https://github.com/ScottBrenner/aws-cdk-action","commit_stats":{"total_commits":81,"total_committers":3,"mean_commits":27.0,"dds":0.1728395061728395,"last_synced_commit":"d6aa604e13a3092d8153e64555dab3f2a79be01c"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Faws-cdk-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Faws-cdk-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Faws-cdk-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Faws-cdk-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScottBrenner","download_url":"https://codeload.github.com/ScottBrenner/aws-cdk-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505925,"owners_count":21115354,"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-cdk","github-actions","hacktoberfest"],"created_at":"2024-08-01T21:00:58.890Z","updated_at":"2025-04-14T22:32:20.027Z","avatar_url":"https://github.com/ScottBrenner.png","language":"Dockerfile","funding_links":[],"categories":["hacktoberfest","Dockerfile"],"sub_categories":[],"readme":"# GitHub Action for AWS CDK\n\nThis Action for [AWS CDK](https://docs.aws.amazon.com/cdk/index.html) enables arbitrary actions for interacting with the AWS Cloud Development Kit (AWS CDK) via the [AWS CDK Toolkit (`cdk` command)](https://docs.aws.amazon.com/cdk/v2/guide/cli.html).\n\n_Currently supports CDK apps created with JavaScript, Go, Python and TypeScript._\n\n## Usage\n\nAn example workflow for synthesizing an AWS CloudFormation template for your app using `cdk synth`.\n\n```yaml\nname: AWS CDK Synth\n\non: [push]\n\njobs:\n  aws-cdk-synth:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v4\n\n    - name: CDK Synth\n      uses: scottbrenner/aws-cdk-action@v1.6.0\n      with:\n        args: synth\n      env:\n        AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n        AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n```\n\n### Secrets\n\n- `AWS_ACCESS_KEY_ID` – **Required** The AWS access key part of your credentials ([more info](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys))\n- `AWS_SECRET_ACCESS_KEY` – **Required** The AWS secret access key part of your credentials ([more info](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys))\n\nFor details on creating secrets and using them with GitHub Actions, see [Creating encrypted secrets for a repository](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository).\n\n### Environment\n\nEach Stack instance in your AWS CDK app is explicitly or implicitly associated with an environment (`env`). An environment is the target AWS account and AWS Region into which this stack needs to be deployed.\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\nContainer images built with this project include third party materials. See [THIRD_PARTY_NOTICE.md](THIRD_PARTY_NOTICE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FScottBrenner%2Faws-cdk-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FScottBrenner%2Faws-cdk-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FScottBrenner%2Faws-cdk-action/lists"}