Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1003 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 1003 Bytes

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