You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools like Amazon’s Lambda and API Gateway are allowing us to create “serverless” systems. Finally, we are seeing the cloud live up its full potential. Massive on demand scalability, and no servers to worry about. At Bustle we are taking full advantage of this with our new infrastructure. On the backend, authorization, server sider rendering of javascript, database creates/updates, and search indexing are all handled by AWS Lambda. On the front end we are serving single page javascript applications, APIs, and static content all through API Gateway. Bringing these two technologies together has given us a truly instant-on platform without servers. And the best part? It is costing orders of magnitude less than our old EC2 based system. I’ll walk attendees through our entire system so they can use some of these tools themselves. I’ll also cover some common mistakes that are easy to make. Lastly, I’ll mention about a few open source tools making it even easier to build these types of systems.
The text was updated successfully, but these errors were encountered:
Hopefully I'll get the chance to talk about it! :) Check out this tool I have been building: https://github.com/bustlelabs/shepherd Lots of other great tools out there for this too.
Tools like Amazon’s Lambda and API Gateway are allowing us to create “serverless” systems. Finally, we are seeing the cloud live up its full potential. Massive on demand scalability, and no servers to worry about. At Bustle we are taking full advantage of this with our new infrastructure. On the backend, authorization, server sider rendering of javascript, database creates/updates, and search indexing are all handled by AWS Lambda. On the front end we are serving single page javascript applications, APIs, and static content all through API Gateway. Bringing these two technologies together has given us a truly instant-on platform without servers. And the best part? It is costing orders of magnitude less than our old EC2 based system. I’ll walk attendees through our entire system so they can use some of these tools themselves. I’ll also cover some common mistakes that are easy to make. Lastly, I’ll mention about a few open source tools making it even easier to build these types of systems.
The text was updated successfully, but these errors were encountered: