Skip to content
This repository was archived by the owner on Feb 11, 2024. It is now read-only.

John-Holden/serverless-simulator

Repository files navigation

Epidemic modelling with lambda functions

Half-baked solution for a back-end epidemic simulator using aws lambda. AWS lambda functions, using the serverless framework, was completely the wrong approach. Namely, becuase computer runtime exceeds 30s and AWS API gateway is limited to 30 seconds max. Moreover, to animate the frames matplot lib requires installation to some video processing libraray installed (such as ffmpeg). After animating, the video needs to be uploaded, which again takes precious time. Therefore, AWS lambda is unuseable, at least without having some hideous work-around.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published