Skip to content

sodalabsio/working_paper_series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working Paper Series 🥤📑

Repository for the SoDa Working paper series.

Contents

  • sodalabs.io: Code for the SoDa WP series website. The file sodalabs.io/metadata.json contains all the working paper meta-data.
  • soda-wps: Code for simulating directory listing on S3 as per RePEc's documentation.
  • uploadWorkingPaper: AWS Lambda function which performs all the post-processing and serves as the backend. Contains all project dependencies.
  • wkhtmltopdf: AWS Lambda layer for binaries required by the PyPDF2 package. PyPDF2 is used by uploadWorkingPaper for HTML to PDF conversion.
  • api-gateway.md: Documentation for configuring an AWS API Gateway endpoint

Stack

  • AWS Lambda, S3 and API Gateway
  • JQuery
  • Python

References