Skip to content

Releases: flankerad/nebula

Dynamo Streams

06 Jun 02:27
d8efe65
Compare
Choose a tag to compare
  • Trigger lambda by dynamodb stream

  • Update dynamodb with s3 url and title

  • Update the state from pending to processed

  • Given id get item from dynamodb

Async Invocation

06 Jun 02:26
d8efe65
Compare
Choose a tag to compare
  • Generate request id and extract url

  • Insert url corresponding to id in dynamodb

  • Invoke lambda in async with request_id as parameter

  • From id get url from dynamodb

  • Extract title from the url

  • Store the url in s3

  • Update dynamodb with s3 url and title

  • Update the state as processed

  • Query Dynamodb table for a given identifier

  • Return data

Add title to dynamodb table, return S3 url

06 Jun 02:19
d8efe65
Compare
Choose a tag to compare

Extract Title from url

06 Jun 02:16
d8efe65
Compare
Choose a tag to compare
1.0

Update README.md