{"id":17790032,"url":"https://github.com/samrocksc/cdk-examples","last_synced_at":"2025-04-02T01:17:14.092Z","repository":{"id":54527807,"uuid":"522472729","full_name":"samrocksc/cdk-examples","owner":"samrocksc","description":"Modified Examples of CDK infra.","archived":false,"fork":false,"pushed_at":"2022-08-08T08:58:14.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T18:56:28.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/samrocksc.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}},"created_at":"2022-08-08T08:51:14.000Z","updated_at":"2022-08-08T08:58:17.000Z","dependencies_parsed_at":"2022-08-13T18:40:55.337Z","dependency_job_id":null,"html_url":"https://github.com/samrocksc/cdk-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2Fcdk-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2Fcdk-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2Fcdk-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2Fcdk-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocksc","download_url":"https://codeload.github.com/samrocksc/cdk-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237678488,"owners_count":19348998,"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":[],"created_at":"2024-10-27T10:39:43.929Z","updated_at":"2025-02-07T16:25:40.075Z","avatar_url":"https://github.com/samrocksc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Intro to Typescript and CDK\n\nI made this repo to learn how to use AWS CDK\n\n## What Problems Does CDK Solve?\n\n## Why Not Just Use AWS SAM?\n\nThis was actually my first question.  The primary answer is _CDK doesn't live in a vacuum_.\n\n### Setting Up Linters For Code Quality\n\nI use a modified functional typescript linter with strict code complexity.  Copy and paste the eslint configs from here into your project and use the following shortcut:\n\n```bash\nnpm i -D eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-functional\n```\n\n## Useful commands(copied from the initial template)\n\nThe `cdk.json` file tells the CDK Toolkit how to execute your app.\n\n- `npm run build` compile typescript to js\n- `npm run watch` watch for changes and compile\n- `npm run test` perform the jest unit tests\n- `cdk deploy` deploy this stack to your default AWS account/region\n- `cdk diff` compare deployed stack with current state\n- `cdk synth` emits the synthesized CloudFormation template\n\n## Examples in this repo and explanations\n\n## Notes on DynamoDB tables\n\n- I tried renaming a database, and it didn't look like it transferred data\n\n### Javascript\n\n### Simple Typescript\n\n### Typescript with Third Party Dependencies\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocksc%2Fcdk-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocksc%2Fcdk-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocksc%2Fcdk-examples/lists"}