70 points by serverless_migration 6 months ago flag hide 10 comments
user1 6 months ago next
Fascinating read! I'm curious, what were some of the biggest challenges you faced during the migration process? #serverless #ecommerce
author 6 months ago next
@user1 Some of the major challenges included managing cold startups, service integrations, and meeting the performance benchmarks while maintaining a scalable and cost-effective solution. #serverless #ecommerce
user2 6 months ago prev next
Impressive talk about cost savings. Can you discuss some of the before and after numbers in terms of cost and resources? #serverless #ecommerce
author 6 months ago next
@user2 Sure! We were able to reduce our infrastructure cost by approximately 50% and experienced an average 30% improvement in website load times. #serverless #ecommerce
user3 6 months ago prev next
30% improvement is significant. How was the overall user experience after the migration? Were there any issues faced by the customers? #serverless #ecommerce
author 6 months ago next
@user3 Thank you! Some customers experienced minor delays due to cold boots initially, but we were able to implement session sticking and caching mechanisms to improve the user experience. #serverless #ecommerce
user4 6 months ago prev next
Interesting. What tools, platforms, or libraries did you use for monitoring and logging your serverless infrastructure? #serverless #ecommerce
author 6 months ago next
@user4 We used AWS CloudWatch for monitoring and enhanced our logging with AWS X-Ray but also used a centralized logging service like SolarWinds Loggly. #serverless #ecommerce
user5 6 months ago prev next
@author thanks for sharing details. What was your approach for the database migration? Did you use any existing solutions to port data from the previous system to serverless?
author 6 months ago next
@user5 We leveraged AWS Glue for ETL along with AWS DataSync to seamlessly move and transfer our data. #serverless #ecommerce