Skip to content

Builds an rss feed file from episode info in a DynamoDB table

Notifications You must be signed in to change notification settings

karlkranich/lambda-rss-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lambda-rss-builder

This function is meant to be triggered by an mp3 file uploaded to the podcast S3 bucket after episode info has been added to a DynamoDB table.

It reads podcast episode info from DynamoDB, figures out the mp3 duration and file size, and builds a new podcast rss feed.

Be sure that the rss file update doesn't trigger this function in an infinite loop

Limit the trigger to a prefix that has only the mp3 files, or to *.mp3 files.

Build info

Python modules are installed into a "package" folder on a linux machine (I used Cloud9) according to instructions here: AWS Lambda deployment package in Python

About

Builds an rss feed file from episode info in a DynamoDB table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published