Multiple Event Triggers on Lambda
Open
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
Is it possible to multiple event triggers on a lambda?
```
@app.schedule('cron(0/5 * * * ? *)')
@app.schedule('cron(0/3 * * * ? *)')
def lambda_handlers(event, context):
pass
```
Something like this.
Contributor guide
Research direction
Start by investigating how the two @app.schedule decorators in the example are interpreted and how scheduled Lambda events are represented in Chalice. Determine the expected behavior for multiple cron triggers on one handler, including deployment and invocation semantics; the issue is complete when that behavior is clearly defined and supported or explicitly ruled out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100