DoSomething / bertly

🔗 A serverless link shortener.
https://dosome.click/wq544
MIT License
2 stars 1 forks source link

Updating values to reflect Prod environment. #35

Closed sheyd closed 6 years ago

sheyd commented 6 years ago

A while back I upped the Production Bertly DB values to allow for enough disk IOPS and CPU usage for more spikes, as well as being able to accommodate real-time DB replication into Quasar.

I've updated the CloudFormation parts of the serverless.yml provisioning to reflect these changes.

Diff here: https://github.com/DoSomething/bertly/compare/rds-size?expand=1#diff-220045f50daee3e35e21b9d5fe19d67e

mshmsh5000 commented 6 years ago

Future topic here: Change provisioning values by stage, since for many resources we'd want smaller sizes outside of production.

DFurnes commented 6 years ago

Yeah, we could definitely load per-stage values here like we do for the custom domain plugin. 👍