Skip to content
/ MOps Public

Matrix Operations with AWS Lambda (Python).

Notifications You must be signed in to change notification settings

joh-mue/MOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Operations on AWS Lambda with Serverles Framework

serial-multiply.py performs multiplication of matrix A and B on on worker and saves Result to S3

parallel-multiplication.py performs multiplication of matrix A and B by calling many cellcalc.py lambdas which calculate a partial result and save it to S3

About

Matrix Operations with AWS Lambda (Python).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published