{"id":17528519,"url":"https://github.com/dougmoscrop/lamberjack","last_synced_at":"2025-03-29T01:20:28.226Z","repository":{"id":66327933,"uuid":"123600421","full_name":"dougmoscrop/lamberjack","owner":"dougmoscrop","description":"Ship CloudWatch Logs to Firehose!","archived":false,"fork":false,"pushed_at":"2018-05-01T13:49:16.000Z","size":261,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-29T17:22:53.260Z","etag":null,"topics":["aws","kinesis-firehose","lambda","serverless"],"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/dougmoscrop.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":"2018-03-02T16:05:59.000Z","updated_at":"2018-04-30T20:50:47.000Z","dependencies_parsed_at":"2023-06-30T00:46:13.402Z","dependency_job_id":null,"html_url":"https://github.com/dougmoscrop/lamberjack","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougmoscrop%2Flamberjack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougmoscrop%2Flamberjack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougmoscrop%2Flamberjack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougmoscrop%2Flamberjack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dougmoscrop","download_url":"https://codeload.github.com/dougmoscrop/lamberjack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122788,"owners_count":20726894,"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","kinesis-firehose","lambda","serverless"],"created_at":"2024-10-20T15:43:59.841Z","updated_at":"2025-03-29T01:20:28.202Z","avatar_url":"https://github.com/dougmoscrop.png","language":"JavaScript","readme":"# lamberjack\n\nShip your CloudWatch logs to Firehose for centralized logging, etc.\n\n## Usage\n\n`lamberjack(event, options)`\n\nThis library comes with sensible defaults, the only option required is the deliveryStreamName.\n\n```js\nconst lamberjack = require('lamberjack')\n\nmodule.exports.handler = (event, context, callback) =\u003e {\n  lamberjack(event, { deliveryStreamName: 'test' })\n    .then(() =\u003e callback())\n    .catch(e =\u003e callback(e))\n};\n```\n\n## Options\n\n(as seen: default values)\n\n```js\n{\n  retry: {\n    delay: 200, // milliseconds, used exponentially in backoff\n    limit: 3 // number of retries\n  },\n  firehose: undefined // a custom firehose client to use\n  transform: undefined // try to parse the JSON record, or { message } if not parsable\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdougmoscrop%2Flamberjack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdougmoscrop%2Flamberjack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdougmoscrop%2Flamberjack/lists"}