{"id":20853810,"url":"https://github.com/wolfeidau/serverless-benthos","last_synced_at":"2025-12-26T07:59:53.028Z","repository":{"id":136376986,"uuid":"403718602","full_name":"wolfeidau/serverless-benthos","owner":"wolfeidau","description":"This serverless application provides enables deployment of benthos to AWS Lambda using the Serverless Application Repository.","archived":false,"fork":false,"pushed_at":"2021-09-21T09:18:40.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T06:28:58.818Z","etag":null,"topics":["aws","benthos","golang","serverless"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolfeidau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-09-06T18:11:22.000Z","updated_at":"2021-09-21T09:10:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"337299a0-1b26-40e0-98ea-6c666257125e","html_url":"https://github.com/wolfeidau/serverless-benthos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fserverless-benthos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fserverless-benthos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fserverless-benthos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fserverless-benthos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfeidau","download_url":"https://codeload.github.com/wolfeidau/serverless-benthos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243222184,"owners_count":20256229,"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","benthos","golang","serverless"],"created_at":"2024-11-18T03:23:16.522Z","updated_at":"2025-12-26T07:59:52.998Z","avatar_url":"https://github.com/wolfeidau.png","language":"Makefile","readme":"# serverless-benthos\n\nThis serverless application provides enables deployment of [benthos](https://github.com/Jeffail/benthos) to [AWS Lambda](https://aws.amazon.com/lambda/) using the [Serverless Application Repository](https://aws.amazon.com/serverless/serverlessrepo/). This removes the need to manage uploads to [S3](https://aws.amazon.com/s3/) for deployment of benthos using [cloudformation](https://aws.amazon.com/cloudformation/) which makes it easier to use this engine throughout your applications.\n\n# Usage\n\n```yaml\nAWSTemplateFormatVersion: '2010-09-09'\nTransform: 'AWS::Serverless-2016-10-31'\nDescription: \u003e-\n  This template demonstrates how to use the serverless-benthos application.\n\nParameters:\n  BenthosConfig:\n    Type: String\n    Description: \u003e\n      A YAML configuration for the Benthos pipeline, can include any traditional\n      sections except for input or buffer.\n    Default: |\n      pipeline:\n        processors:\n        - type: metadata\n          metadata:\n            operator: set\n            key: AWS_LAMBDA_FUNCTION_VERSION\n            value: \"${AWS_LAMBDA_FUNCTION_VERSION}\"\n\nResources:\n  ServerlessBenthos:\n    Type: 'AWS::Serverless::Application'\n    Properties:\n      Location:\n        ApplicationId: arn:aws:serverlessrepo:us-east-1:170889777468:applications/serverless-benthos\n        SemanticVersion: 3.55.0\n      Parameters:\n        BenthosConfig: !Ref BenthosConfig\n\nOutputs:\n  BenthosFunctionArn:\n    Description: \"Benthos Lambda Function ARN\"\n    Value: !GetAtt ServerlessBenthos.Outputs.FunctionArn\n```\n\n# License\n\nThis application is released under MIT license and is copyright Mark Wolfe.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfeidau%2Fserverless-benthos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfeidau%2Fserverless-benthos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfeidau%2Fserverless-benthos/lists"}