diff --git a/aws-lambda/README.md b/aws-lambda/README.md index 950901f..6aca3e3 100644 --- a/aws-lambda/README.md +++ b/aws-lambda/README.md @@ -7,17 +7,17 @@ This is a Lambda function for running dlx-dl-sync. To do: Update this, since it's not relevant anymore -This describes how to deploy this function to AWS Lambda using the Python library [python-lambda](https://pypi.org/project/python-lambda/). The files in this directory are the standard files necessary for deploying Python code to Lambda. +~This describes how to deploy this function to AWS Lambda using the Python library [python-lambda](https://pypi.org/project/python-lambda/). The files in this directory are the standard files necessary for deploying Python code to Lambda.~ -AWS credentials must be configured in the deployment environment. +~AWS credentials must be configured in the deployment environment.~ -1. Navigate to this directory (`dlx-dl/aws-lambda`) +~1. Navigate to this directory (`dlx-dl/aws-lambda`) 2. Make sure a virtual environment (venv) is activated. 3. ```pip install -r requirements.txt``` -4. ```lambda deploy``` +4. ```lambda deploy```~ -Note that once the Lambda function is deployed, it will not run until it is "invoked". [Several methods exist to invoke the function](https://docs.aws.amazon.com/lambda/latest/dg/lambda-invocation.html). +~Note that once the Lambda function is deployed, it will not run until it is "invoked". [Several methods exist to invoke the function](https://docs.aws.amazon.com/lambda/latest/dg/lambda-invocation.html).~ ### Running the Lambda function locally (for development/testing purposes) -```lambda invoke -v --event-file=bib-event.json``` \ No newline at end of file +~```lambda invoke -v --event-file=bib-event.json```~ \ No newline at end of file diff --git a/setup.py b/setup.py index 7ffa264..2d58239 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = 'dlx_dl', - version = '1.2.4', + version = '1.2.5', url = 'http://github.com/dag-hammarskjold-library/dlx-dl', author = 'United Nations Dag Hammarskjöld Library', author_email = 'library-ny@un.org',