Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.44 KB

Group Name :

  • Dynamo

Group Members :

  • Ipsit Sahoo, Sandipan De, Varad Vijay Deshmukh

Installation steps:

RESOURCE NAMES:

  1. input S3 nucket name : inputbucket-cse546
  2. output S3 bucket name : outputbucket-cse546
  3. Dynamo DB : After configuring AWS CLI, push data to dynamo_db using upload_data_to_dynamo.py
  4. Here's how the end to end pipe looks like

E2E flow

  • Once the docker has been setup, you can run workload.py to execute the test-cases.

Skeleton Forked from : https://github.com/nehavadnere/cse546-project-lambda

LOCAL ENVIRONMENT SETUP

  • Create a new python environment
  • Run: pip install -r requirements.txt
  • Uncomment line 177 in handler.py to test in your non-docker IDE environment.
  • Execute python handler.py

=======