Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example usage of cumulus-message-adapter-python

Set up

  • This example assumes you're using python 3.10
  • Clone the cumulus-message-adapter-python repo
  • Create a separate virtualenv for this example
    • mkvirtualenv example-task
  • Install aws-sam-local for local testing of the lambda function
  • Install dependencies with pip
    • pip install -r requirements.txt
  • Run the lambda locally
    • ./bin/run.sh