{"id":20442601,"url":"https://github.com/bifravst/aws-cdk-lambda-helpers","last_synced_at":"2026-04-24T00:01:22.041Z","repository":{"id":231329320,"uuid":"781500933","full_name":"bifravst/aws-cdk-lambda-helpers","owner":"bifravst","description":"Helper functions which simplify working with TypeScript lambdas for AWS CDK.","archived":false,"fork":false,"pushed_at":"2026-04-19T13:08:48.000Z","size":3953,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"saga","last_synced_at":"2026-04-19T15:38:02.679Z","etag":null,"topics":["aws","cdk","lambda","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/bifravst/aws-cdk-lambda-helpers","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bifravst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-03T13:58:42.000Z","updated_at":"2026-04-19T13:16:27.000Z","dependencies_parsed_at":"2026-01-19T23:01:12.045Z","dependency_job_id":null,"html_url":"https://github.com/bifravst/aws-cdk-lambda-helpers","commit_stats":null,"previous_names":["bifravst/aws-cdk-lambda-helpers"],"tags_count":746,"template":false,"template_full_name":null,"purl":"pkg:github/bifravst/aws-cdk-lambda-helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Faws-cdk-lambda-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Faws-cdk-lambda-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Faws-cdk-lambda-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Faws-cdk-lambda-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bifravst","download_url":"https://codeload.github.com/bifravst/aws-cdk-lambda-helpers/tar.gz/refs/heads/saga","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Faws-cdk-lambda-helpers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32203362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T20:19:26.138Z","status":"ssl_error","status_checked_at":"2026-04-23T20:19:23.520Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws","cdk","lambda","typescript"],"created_at":"2024-11-15T09:41:44.073Z","updated_at":"2026-04-24T00:01:22.023Z","avatar_url":"https://github.com/bifravst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS CDK Lambda Helpers [![npm version](https://img.shields.io/npm/v/@bifravst/aws-cdk-lambda-helpers.svg)](https://www.npmjs.com/package/@bifravst/aws-cdk-lambda-helpers)\n\n[![Test and Release](https://github.com/bifravst/aws-cdk-lambda-helpers/actions/workflows/test-and-release.yaml/badge.svg)](https://github.com/bifravst/aws-cdk-lambda-helpers/actions/workflows/test-and-release.yaml)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)\n[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)\n\nHelper functions which simplify working with TypeScript lambdas for AWS CDK.\n\n## Installation\n\n    npm i --save-dev --save-exact @bifravst/aws-cdk-lambda-helpers\n\n## Usage\n\nSee [the end-to-end test stack](./cdk/e2e.ts).\n\n## `updateLambdaCode()` helper\n\n[`updateLambdaCode()`](./src/updateLambdaCode.ts) is a helper that will update\nthe function code of a lambda directly without a CloudFormation deployment,\nwhich is many times faster. This is useful during development.\n\nSee [this example](./cdk/update-lambdas.ts) on how to use it.\n\n## Example migrations to `@bifravst/aws-cdk-lambda-helpers`\n\n- [world.thingy.rocks backend](https://github.com/NordicPlayground/thingy-rocks-cloud-aws-js/commit/3ca6e267917db4d8cb09ca63ed54384c0e23f163)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifravst%2Faws-cdk-lambda-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbifravst%2Faws-cdk-lambda-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifravst%2Faws-cdk-lambda-helpers/lists"}