Podnanza is a screen-scraper and feed-generator that turns radio series from the Danish Radio Bonanza archive into podcast feeds for easy listening in your favorite podcast app. Check out the blog post for details on what the Podnanza software does and how to subscribe to the podcast feeds it generates.
The Podnanza software can run as a "normal" ASP.NET Core app or on AWS Lambda. To deploy on Lamdba, install:
Once logged in and set up, run this command in the Podnanza project folder to deploy a new version:
dotnet lambda deploy-serverless --region eu-north-1 --s3-bucket podnanza --msbuild-parameters "/p:PublishReadyToRun=true --self-contained false" --stack-name Podnanza .
The above command requires Linux, if you're not on Linux run this:
dotnet lambda deploy-serverless --region eu-north-1 --s3-bucket podnanza --stack-name Podnanza .