Bookmarks tagged with #serverless.
Show all
Show all
A monorepo approach to larger modules in Laravel and Lambda
I work with a large enterprise application that's broken down into a few teams, languages and modules.
Saved
on: 2021-03-01
Workers Durable Objects Beta: A New Approach to Stateful Serverless
We launched Cloudflare Workers® in 2017 with a radical vision: code running at the network edge could not only improve performance, but also be easier to deploy and cheaper to run than code running in a single datacenter.
Saved
on: 2020-09-29
From LAMP to serverless: case study of externals.io | Matthieu Napoli
This article is part of a series of case studies of serverless PHP applications built with Bref on AWS Lambda. You can read more of those case studies here. This case study is about migrating the externals.io website to AWS Lambda using Bref.
Saved
on: 2019-08-13
How Goodreads offloads Amazon DynamoDB tables to Amazon S3 and queries them
At Goodreads, we’re currently in the process of decomposing our monolithic Rails application into microservices. For the vast majority of those services, we’ve decided to use Amazon DynamoDB as the primary data store.
Saved
on: 2018-07-30
Serverless and PHP: introducing Bref | Matthieu Napoli
Serverless basically means "Running apps without worrying about servers". Obviously there are still servers involved, the main difference is that you do not maintain the servers and reserve their capacity. They are scaled up or down automatically and you pay only for what you use.
Saved
on: 2018-05-17
Mar 01 2018 How we built Hamiltix.net for less than $1 a month on AWS
Hamilton the musical is hot. Really hot. With crazy high ticket prices, finding the best deal should be easy, especially if you live in New York City, Chicago, or a city on the US Tour. You just go to a major ticket resale site, and search across all the dates you are able to attend and... wait...
Saved
on: 2018-03-02
Creating a Vue.js Serverless Checkout Form: Setup and Testing | CSS-Tricks
DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit! There comes a time in any young app’s life when it will have to monetize. There are a number of ways to become profitable, but accepting cash is a surefire way to make this more direct.
Saved
on: 2018-02-12
TDD for AWS Lambda with Serverless framework and Jest
The serverless framework makes it easy to develop and deploy cloud functions.
Saved
on: 2018-01-26
Get Ready for the AWS Serverless Application Repository | AWS News Blog
Serverless applications have become mainstream more quickly than I ever could have imagined. Every second of every day, countless AWS Lambda functions spring to life on an as-needed basis, take care of some critical business function, and then finish up.
Saved
on: 2017-11-30
Developer Experience Lessons Operating a Serverless-like Platform At Netflix
The Netflix API is based on a dynamic scripting platform that handles thousands of changes per day. This platform allows our client developers to create a customized API experience on over a thousand device types by executing server side adapter code in response to HTTP requests.
Tags:
#serverless
Saved
on: 2017-10-16
It’s all going to be serverless — the question is “When?”
The preceding 10 years have taught us to embrace the elasticity and manageability of the cloud. Cloud sparked the intoxicatingly powerful notion of being able to have a new server whenever you wanted.
Tags:
#serverless
Saved
on: 2017-09-19
Serverless beyond Functions – Cloud Academy, Inc. – Medium
I like to play with technology. I think it is the best way to understand its pros, cons, and limits. Most of the time, when talking about serverless, people thinks of functions, such as those provided by AWS Lambda.
Saved
on: 2017-08-31