{"id":50653435,"url":"https://github.com/operationalfallacy/cdk-js-barebone","last_synced_at":"2026-06-07T22:03:57.491Z","repository":{"id":262671867,"uuid":"887993491","full_name":"OperationalFallacy/cdk-js-barebone","owner":"OperationalFallacy","description":"A barebone CDK project in JavaScript","archived":false,"fork":false,"pushed_at":"2024-11-13T17:01:47.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-13T17:27:54.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OperationalFallacy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-13T16:22:41.000Z","updated_at":"2024-11-13T17:01:51.000Z","dependencies_parsed_at":"2024-11-13T17:29:07.870Z","dependency_job_id":"5fcc908a-5c89-40e6-886d-c6a1769998b4","html_url":"https://github.com/OperationalFallacy/cdk-js-barebone","commit_stats":null,"previous_names":["operationalfallacy/cdk-js-barebone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OperationalFallacy/cdk-js-barebone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationalFallacy%2Fcdk-js-barebone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationalFallacy%2Fcdk-js-barebone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationalFallacy%2Fcdk-js-barebone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationalFallacy%2Fcdk-js-barebone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OperationalFallacy","download_url":"https://codeload.github.com/OperationalFallacy/cdk-js-barebone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OperationalFallacy%2Fcdk-js-barebone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34039503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":[],"created_at":"2026-06-07T22:03:56.144Z","updated_at":"2026-06-07T22:03:57.482Z","avatar_url":"https://github.com/OperationalFallacy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS CDK JavaScript Project\n\nThis project is a basic example of the AWS Cloud Development Kit (CDK) with JavaScript. It shows how to define cloud infrastructure using code and deploy it with the AWS CDK.\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) (version 14.x or later)\n- [AWS CDK CLI](https://docs.aws.amazon.com/cdk/latest/guide/cli.html) (version 2.x or later)\n- AWS account and credentials configured\n\n## Project Structure\n\n- `min-cdk.js`: The entry point of the CDK application, which defines the Cloudformaiton stack and resources.\n- `cdk.json`: Configuration file for the CDK CLI. This is an entry point for the CDK application.\n\n## Native Node commands for CDK stacks\n\n- `node listStacks.js`: Lists the stacks in the app (equivalent of `cdk list`).\n- `node synthStacks.js`: Synthesizes Cloudformation template for the application (equivalent of `cdk synth`).\n\n## CDK CLI commands with extensive logic\n\n- `cdk deploy`: Deploys stacks defined in the app.\n- `cdk diff`: Compares the deployed Cloudformation stack with the current state.\n\n## Getting Started\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd \u003crepository-directory\u003e\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Deploy the stack**:\n\n   ```bash\n   cdk deploy --profile \u003cyour-profile-name\u003e\n   ```\n\n4. **Clean up resources**:\n\n   After you finish experimenting, delete the resources to avoid incurring charges:\n\n   ```bash\n   cdk destroy --profile \u003cyour-profile-name\u003e\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperationalfallacy%2Fcdk-js-barebone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperationalfallacy%2Fcdk-js-barebone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperationalfallacy%2Fcdk-js-barebone/lists"}