🚨 During re:Invent this article is being constantly updated.
👋 Keep checking in to see new reactions!
👉👉 Jump to the reactions 👈👈
Week 1 — Andy Jassy's (CEO) Keynote, Amplify Admin UI |
---|
Mark Nunnikhoven, Álvaro Hernández, Luca Bianchi, Teri Radichel, Forrest Brazeal, Matthieu Napoli, Chase Douglas, Yan Cui, Franck Pachot, Matt Coulter, Dave Stauffacher, Michael Hart, Farrah Campbell, Jeremy Daly, Sebastian Müller, Chris Williams, | Week 2 — ML and Infrastrucutre Keynotes |
Tomasz Ptak, Ken Collins, Zamira Jaupaj, Mike Chambers, Luca Bianchi, Gillian Armstrong, Dave Stauffacher, Kesha Williams, Juv Chan | Week 3 — Werner Vogels's (CTO) Keynote |
Renato Losio, Mark Nunnikhoven |
Preamble
What is re:Invent?
re:Invent is Amazon Web Service's (AWS) 5-day technology conference held in Las Vegas Nevada. Last year's conference had 65,000+ attendance from around the world.
Why is re:Invent so important?
re:Invent is when AWS announces new features, improvements and cloud services. It's also a lot of fun, with hands-on training, creative demos project, lucrative swag and more!
What is different this year?
Due to the world situation AWS has made a few changes:
- The conference is 100% virtual
- Attendance is free (you still need to register)
- The conference is 3 weeks long
What is an AWS Hero?
An AWS Hero is a recognized community leader in a specific category of cloud technologies.
What is this article?
There are thousands of talks and hundreds of announcements, and if you live a busy life, it can be hard to find the time to digest all the changes.
This reaction article is to help contextualize the AWS announcements with some personal thoughts or expert opinion so you have an idea of how you can apply these in your future workloads.
AWS Hero Reactions and Analysis
Week 1
Andy Jassy Keynote, AWS Re:Invent 2020
No longer do we really have to worry about significant up front entry costs, capacity limits, or start up times. We have more power available via one API call than an entire data center from ten years ago. But if you don’t change how you approach using these tools, you won’t see... (read full article)
By Mark Nunnikhoven, AWS Community Hero
AWS announces Babelfish: open source Postgres with SQL Server compatibility
But if it weren’t enough, SQL Server equivalent catalogs and also the SQL Server wire protocol (TDS) has been implemented. This means that you will be able to talk to Postgres Babelfish as if it were... (read full article)
By Álvaro Hernández, AWS Data Hero
Serverless comes to machine learning with container image support in AWS Lambda
AWS announced a long-awaited update for AWS Lambda by many developers and data scientists because it could change the way we build functions. It comes with bonus features that make this release something very welcome in the serverless world: starting from today it is possible to... (read full article)
By Luca Bianchi, AWS Serverless Hero
Andy Jassy’s 8 keys to success ~ AWS re:Invent 2020 Keynote
AWS is at the top of the Gartner Magic Quadrant in 2020 — again. In fact, they widened the gap between themselves and next closest provider in the past year. Andy Jassy provided some keys to success at the AWS in his... (read full article)
By Teri Radichel, AWS Community Hero
5 takeaways from Andy Jassy’s big re:Invent keynote
To tie all that together, we got AWS Proton – a fully managed deployment service for containers and serverless apps. Notice how those two concepts are starting to blend together? Watch for that trend to... (read full article)
By Forrest Brazeal, AWS Serverless Hero
AWS Lambda can now run PHP using Docker Containers
The good news is that while Lambda functions are limited to 250MB, containers can be up to 10GB. That will certainly help when deploying large monoliths to Lambda. One limitation to keep in mind is that after... (read full article)
By Matthieu Napoli, AWS Serverless Hero
Wait, did AWS just rewrite the manual again for building apps?
Andy Jassy's re:Invent keynote today was chock full of new features and services. I'm here to help break down the most important news related to modern application architecture… (read full article)
By Chase Douglas, AWS Serverless Hero
Serverless at re:Invent 2020 – hot takes #1
Lambda now bills you by the ms as opposed to 100 ms. So if your function runs for 42ms you will be billed for 42ms, not 100ms. This instantly makes everyone’s lambda bills cheaper without anyone having to lift a finger. It’s the best kind of optimization! However, this might not mean much in… (read full article)
By Yan Cui, AWS Serverless Hero
Database announcements at re:Invent 2020
There are 3 important new launches announced around databases: Babelfish for Aurora, Aurora Serverless v2 and AWS Glue Elastic Views but let’s start by a recap of the pre-reInvent new features from this year… (read full article)
By Franck Pachot, AWS Data Hero
Deploying a ML model using the new AWS Lambda Container Image Functionality
This week at re:Invent we saw AWS announce the ability to bring your own container to Lambda functions. The scenario that gets me super excited is the deployment of ML models inside Lambda. Before, it was just too awkward for most use cases to do ML in Lambda but I will demonstrate below that it is very easy now… (read full article)
By Matt Coulter, AWS DevTools Hero
An AWS Hero reacts to the io2 Block Express announcement
I want to talk about the elegance that is io2 Block Express and why it truly is the first "Cloud SAN". In a traditional high performance and highly available Storage Area Network, data traffic between a storage array and the consuming server rides on a dedicated network… (read full article)
By Dave Stauffacher, AWS Community Hero
Using container images with AWS Lambda
Container Image Support has just been announced for AWS Lambda and it’s a pretty big deal — I’m very excited because it’s something I’ve wanted for years… (read full article)
By Michael Hart, AWS Serverless Hero
The Year of Serverless
Danilo and Sheen are incredibly smart engineers and have done great things at the LEGO group. They’re also both great at sharing their knowledge. From the talk abstract: After experiencing scaling issues on Black Friday, the LEGO team fully refactored its monolith to serverless microservices... (read the full article)
By Farrah Campbell, AWS Serverless Hero
Aurora Serverless v2: The Good, the Better, and the Possibly Amazing
That all changed with the introduction of Amazon Aurora Serverless v2. I finally got access to the preview and spent a few hours trying to break it. My first impression? This thing might just be a silver bullet! I know that’s a bold statement. 😉 But even though I’ve only been using it for a few hours… (read the full article)
By Jeremy Daly, AWS Serverless Hero
AWS Lambda Container Image Support example for Node.js
I build a Continuous Integration and Continuous Deployment setup for AWS Lambda functions with docker images using GitHub Actions. Together with Semantic Releases and Conventional Commits, you can focus on writing your code. Automation takes care everything else... (read the full article)
By Sebastian Müller, AWS Serverless Hero
re:Invent 2020 re:Cap (week 1)
A tacit acknowledgement that other computers exist on the planet that DO NOT belong to AWS. This will make multicloud efforts easier even though Jassy still did not say the word “multicloud”... (read the full article)
By Chris Williams, AWS Community Hero
Week 2
Teach me, Amazon CodeGuru
CodeGuru Reviewer is a code analysis utility provided by AWS. It initially provided analysis for Java, this year Python was added. I haven't used it before, mainly because all of my Java code is work code and I haven't had much to run it against… (read the full article)
By Tomasz Ptak, AWS Machine Learning Hero
Lambda Containers with Rails; A Perfect Match!
A few weeks ago when I started this serverless & container series we talked about how to use Docker in your AWS Lambda projects with SAM. Who could have known that today I get to share in the recent AWS Lambda Container Image Support news by announcing that Lamby works out of the box with both ZIP and Container deployment packages...
(read the full article)
By Ken Collins, AWS Serverless Hero
AWS Machine Learning keynote live re:Invent 2020
A detailed breakdown of the announcements for the AWS ML Keynote... (read the full article)
By Zamira Jaupaj, AWS Community Hero
#ImAtReInvent - AWS reInvent 2020 Machine Learning Keynote Analysis Special
By Mike Chambers, AWS Machine Learning Hero
AWS Heroes reactions to Swami Sivasubramanian keynote on Machine Learning
Since talking about machine learning is super cool, and AWS is announcing a lot of new features and services, Swami is not the only keynote with AI stuff in it: Andy Jassy delivered a couple of mind-blowing news last Tuesday, and Dr. Matt Wood joined Swami to further deep dive... (read the full article)
By Luca Bianchi, AWS Serverless Hero
All the Machine Learning Announcements at AWS re:Invent 2020
Feeling a little overwhelmed by all the Machine Learning announcements so far? Here’s your quick catch-up... (read the full article)
By Gillian Armstrong, AWS Machine Learning Hero
Recap of the Re:Invent 2020 S3 announcements
This week I thought it would be good to recap the list of S3 announcements that have been made thus far during the conference... (read the full article)
By Dave Stauffacher, AWS Community Hero
SageMaker Clarify is the most important announcement of re:Invent 2020
I literally cheered when Swami Sivasubramanian announced Amazon SageMaker Clarify, which expands the capabilities of SageMaker by detecting and mitigating bias in datasets and models. I believe Amazon SageMaker Clarify is the most important announcement out of AWS re:Invent this year... (read the full article)
By Kesha Williams, AWS Machine Learning Hero
AWS re:Invent 2020 Machine Learning Keynote Recap and Highlights
Welcome to the first-ever Machine Learning Keynote at AWS re:Invent. Let’s recap the key highlights in their chronological order... (read the full article)
By Juv Chan, AWS Machine Learning Hero
Amazon S3 Now Delivers Strong Read After Write Consistency
To guarantee higher availability and better performances, S3 has for years relied on an eventual consistency model. During the first week of re:invent, AWS announced that S3 now supports strong read-after-write consistency.... (read the full article)
By Renato Losio, AWS Data Hero
Breaking Down The Werner Vogels Keynote – re:Invent 2020
When Dr. Werner Vogels, the CTO of Amazon, takes the stage, builders listen. Why? Because every year Dr. Vogels, or simply “Werner” as he’s better known, speaks directly to the core challenges that people building in the cloud face... (read the full article)
By Mark Nunnikhoven, AWS Community Hero
Top comments (0)