Remove 2016 Remove Lambda Remove Open Source
article thumbnail

The Week’s 10 Biggest Funding Rounds: Uniquity Bio And Vercel Lead Another Huge Week

Crunchbase News

The San Francisco-based company allows developers to use an open-source framework to create web applications, and tries to simplify the process to migrate websites to cloud infrastructure to help with accessibility. The new round is an upround from Vercel’s 2021 raise, when it secured $150 million in a Series D funding at a $2.5

Biotech 101
article thumbnail

Storm in the stratosphere: how the cloud will be reshuffled

Erik Bernhardsson

Slightly larger companies like Uber, Netflix, and Airbnb have a history of teams leaving to commercialize internal tools (often through the intermediate step of open sourcing it). This isn't exactly a new idea—Heroku launched in 2007, and AWS Lambda in 2014. Maybe owning the lowest layer isn't so bad?

Cloud 351
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Revisiting “Serverless Architectures”

Mike Roberts

I started writing “ Serverless Architectures ” in May 2016. I was a little restricted in my thinking the first time around and I’ve come to see FaaS as something not quite stateless, since caching state in a Lambda instance that might stick around for 5 hours is a perfectly reasonable idea. I thought a few folks might be interested.

article thumbnail

Revisiting “Serverless Architectures”

Mike Roberts

I started writing “ Serverless Architectures ” in May 2016. I was a little restricted in my thinking the first time around and I’ve come to see FaaS as something not quite stateless, since caching state in a Lambda instance that might stick around for 5 hours is a perfectly reasonable idea. I thought a few folks might be interested.

article thumbnail

The types of sessions at an AWS conference and why they matter

Lacework

One of my all time favourite AWS keynotes is Dr. Werner Vogels 2016 technical keynote from AWS re:Invent. The first ever session with AWS Lambda, “ Getting Started with AWS Lambda ”, by Tim Wagner. AWS re:Invent often has keynotes focusing on Machine Learning, Partners, and more. Leadership sessions. Builders session.

AWS 52
article thumbnail

Add Playful Animated SVG Reactions to a Gatsby Blog

Netlify

In this blog post I’m going to discuss how to add user reactions to your Gatsby blog posts using a fun, open-source React UI component called react-svg-bubble-slider. Today's interactive animation from 2016 is Emoji Bubble Slider. I have licensed this a surprising number of times!

article thumbnail

The Quest to Eradicate Lingering VPCs

Stackery

So I decided this problem of human forgetfulness could be solved with some automation - specifically, a VPC eradicator Lambda function triggered by a cron timer. For that, I created a Lambda function in NodeJS10.x The Lambda function that does all of the above is rather lengthy, so you can view it here. Here’s how I built it.