12 comments (12 comments)7 reactions (7 reactions)0 assignees (0 assignees)JavaScript5,734 forks (5,734 forks)batch import
Proposalcat/aws-event-event-bridgeenhancementhelp wantedneeds feedback
Repository metrics
- Stars
- 46,915 stars (46,915 stars)
- PR merge metrics
- Avg merge 1d 15h (Avg merge 1d 15h)34 merged PRs in 30d (34 merged PRs in 30d)
Description
Is there an existing issue for this?
Use case description
AWS recently announced EventBridge Pipes
I would like to be able to add an "Enrichment Lambda" and "Target Lambda" to an AWS EventBridge Pipe using the serverless framework.
Proposed solution (optional)
No response
Contributor guide
- Research direction
- Study existing AWS event source implementations in the serverless framework (e.g., EventBridge event rules, Lambda event source mappings) and understand their configuration in serverless.yml. Then, design a similar syntax for EventBridge Pipes, focusing on enrichment and target Lambda configuration. Review the AWS EventBridge Pipes API documentation for required parameters.
- Tech stack
- javascriptnodejs
- Domain
- cloudinfrastructure
- Issue type
- Feature
- Prerequisites
- GitNode.jsAWS knowledge