{"id":15775510,"url":"https://github.com/felipelaptrin/cdktf-lambda","last_synced_at":"2025-11-08T22:03:14.103Z","repository":{"id":199311243,"uuid":"702609827","full_name":"felipelaptrin/cdktf-lambda","owner":"felipelaptrin","description":"Quick demo of CDKTF","archived":false,"fork":false,"pushed_at":"2023-10-09T16:40:36.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T17:05:01.367Z","etag":null,"topics":["cdktf","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/felipelaptrin.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}},"created_at":"2023-10-09T16:32:18.000Z","updated_at":"2024-02-27T13:58:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"09dee4ef-cd1d-4af7-a0ee-8e06a2d4a7ac","html_url":"https://github.com/felipelaptrin/cdktf-lambda","commit_stats":null,"previous_names":["felipelaptrin/cdktf-lambda"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipelaptrin%2Fcdktf-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipelaptrin%2Fcdktf-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipelaptrin%2Fcdktf-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipelaptrin%2Fcdktf-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipelaptrin","download_url":"https://codeload.github.com/felipelaptrin/cdktf-lambda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246484271,"owners_count":20785046,"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":["cdktf","python"],"created_at":"2024-10-04T17:01:15.121Z","updated_at":"2025-11-08T22:03:14.062Z","avatar_url":"https://github.com/felipelaptrin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDKTF\n\nThis is a quick demo to test CDKTF as a tool to provision infrastructure in AWS.\n\n## Code style\nTo standardize the code, the following packages are being used:\n- **isort**: To organize/sort the imports of the python code\n- **ruff**: To lint python code, i.e. checking for unused variables, find potential errors, check code style violations...\n- **black**: Automatically format the code. It is compatible with ruff.\n\n### Local development\nIf you are using Visual Studio Code (or VSCodium) you can add to the `preferences.json` the following configuration:\n```json\n{\n    \"[python]\": {\n        \"python.formatting.provider\": \"black\",\n        \"python.formatting.blackPath\": \"black\",\n        \"editor.formatOnSave\": true,\n        \"editor.tabSize\": 4,\n        \"editor.codeActionsOnSave\": {\n            \"source.organizeImports\": true\n        },\n    }\n}\n```\n\n## Infrastructure\nThe deployed infrastructure consists of a dummy Lambda and a S3 bucket \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipelaptrin%2Fcdktf-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipelaptrin%2Fcdktf-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipelaptrin%2Fcdktf-lambda/lists"}