Skip to content

Job pattern with async status updates. ApiGtwy, Lambda, DynamoDB, StepFunctions

License

Notifications You must be signed in to change notification settings

sls-reference-architectures/job-pattern-one

Repository files navigation

job-pattern-one

Job pattern to demonstrate how to de-couple a potentially long-running action from the user requesting that action.

In our example, let's use a trivial example of translating a text phrase. The user submits a phrase and receives a Job id. She can use that id to see the status of her job (Pending/Complete/Failed) and get the results.

In the real world, this job may do some complicated/time-consuming OCR, file manipulation, data aggregation, etc.

About

Job pattern with async status updates. ApiGtwy, Lambda, DynamoDB, StepFunctions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published