aws / aws/aws-durable-execution-sdk-python
feature: support context validator
- Dominant language
- Python
- Stars
- 53
- Forks
- 25
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 40
Description
- We will need a context validator when user uses parent context in child handler.
- - ts ref: https://github.com/aws/aws-durable-execution-sdk-js/blob/development/packages/aws-durable-execution-sdk-js/src/utils/context-tracker/context-tracker.ts
Contributor guide
Research direction
Start by reading the referenced TypeScript implementation in packages/aws-durable-execution-sdk-js/src/utils/context-tracker/context-tracker.ts, then locate the corresponding Python context and handler entry points. Clarify how parent context is passed to a child handler and define tests showing that invalid context is rejected; done means the Python SDK supports context validation for this case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100