wainstone / analytics-backend

0 stars 0 forks source link

Design and implement deployment process for Lambda functions #7

Closed Ben-harder closed 3 years ago

Ben-harder commented 3 years ago

We need a way to manage the actual code that performs the analytics.

Lambda not allowing easy local testing means the process decided on should allow seamless transition between local editing and AWS-side testing.

Ben-harder commented 3 years ago

Experimenting with templating out the lambda functions' Cloudformation to be able to dynamically generate it during deployment

Ben-harder commented 3 years ago

Went with S3 zip files