MozScout/scout-ua

/articleservice API should return intro + body stitched file.

Closed this issue · 1 comments

When the listen clients request a file, it should return a url to the stitched intro + body. outro will not be stitched onto the file, but will still be stored for use by skill.

  1. Need to concat the two files
  2. Upload.
  3. Transcoding will also need another message so it knows to transcode this file.
  4. Need another field in Dynamo to Store location of this file.

Fixed by #151