atelic / cos-api-lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda functions for osf.io API tasks.

Setup

$ pip install -r requirements.txt -t .

Deploy to Lambda

  • Zip function and required libraries
$  zip -r9 $function_name.zip $function_name.py requests whatever_library
$ aws s3 cp $function_name.zip s3://cos-api/$function_name.zip

About


Languages

Language:Python 88.1%Language:Shell 11.9%