/articleservice API should return intro + body stitched file.
Closed this issue · 1 comments
tamarahills commented
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.
- Need to concat the two files
- Upload.
- Transcoding will also need another message so it knows to transcode this file.
- Need another field in Dynamo to Store location of this file.
tamarahills commented
Fixed by #151