August 23, 2020

587 words 3 mins read

AWS Introduces the Event Replay and Archive Capability in Its Eventbridge Service

AWS Introduces the Event Replay and Archive Capability in Its Eventbridge Service

Amazon EventBridge is a serverless event bus that delivers a stream of real-time data from event sources and routes that data to targets like AWS Lambda. Recently, AWS introduced an event replay and archive capability - providing developers a way to replay past events and extend their applications with new functionality. By Steef-Jan Wiggers

Author: Steef-Jan Wiggers

Date: 2020-11-15

URL: https://www.infoq.com/news/2020/11/amazon-eventbridge-event-replay/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

infoq.com

Google Launches a New Serverless Database Migration Service (2020-11-21) Recently Google announced a new serverless Database Migrates Service DMS in preview The service supports migrations of self-hosted MySQL databases either on-premises or in the cloud and managed databases from other clouds to Cloud SQL for MySQL By Steef-Jan Wiggers
Presentation: Stabilizing and Reinforcing H-E-B’s Existing Curbside Fulfillment Systems While Reinventing Them (2020-11-12) Justin Turner discusses using Chaos Engineering while recreating parts of their system By Justin Turner
OSGi Alliance to Transition to Eclipse Foundation (2020-11-16) The OSGi Alliance announced that after 21 years of being an independent foundation they would be transferring their assets into the Eclipse Foundation and continuing work under the OSGi Working Group InfoQ reached out to Dan Bandera president of the OSGi Alliance to find out more about the move By Alex Blewitt
Google Releases Objectron Dataset for 3D Object Recognition AI (2020-12-01) Google Research announced the release of Objectron a machine-learning dataset for 3D object recognition The dataset contains 15k video segments and 4M images with ground-truth annotations along with tools for using the data to train AI models By Anthony Alford
HashiCorp Announces 1.0 Beta of Distributed Orchestrator Nomad (2020-10-31) HashiCorp announced version 10 Beta of Nomad - their orchestration framework for deploying and managing containerized and non-containerized applications By Hrishikesh Barua
The Vivaldi Browser Improves Privacy Protection for Android Users (2020-12-03) The Vivaldi web browser recently shipped with enhanced privacy protection for Android users Vivaldi 35 will protect users against the leaking of their real IP address when using the WebRTC communication protocol in chat applications closing another hole allowing users to be tracked online Vivaldi 35 also allows mobile users to clear their browsing data when exiting the browser By Bruno Couriol
Article: Server-Side Wasm - Q&A with Michael Yuan, Second State CEO (2020-12-01) WebAssembly can be used server-side to provide the performance required by use cases such as blockchains and edge AI services Non-standard extensions may address those use cases today possibly weakening WebAssembly portability benefits The gathered experience may however provide important inputs to current and future WebAssembly proposals By Michael Yuan Bruno Couriol
Google Introduces a New Version of Its Cloud Shell Editor (2020-11-04) Google provides customers with Cloud Shell - a command-line editor in a browser to access their cloud resources directly In a recent blog post Google introduced a new version of its Cloud Shell Editor which is available as a preview By Steef-Jan Wiggers
How SAD DNS Works (2020-11-29) SAD DNS is a new variant of DNS cache poisoning that allows an attacker to inject malicious DNS records into a DNS cache thus redirecting any traffic to their own server and become a man-in-the-middle MITM By Sergio De Simone
Deno 1.5 Sees 3x Bundling Performance Improvement Due to Rust-Based JavaScript Compiler (2020-11-24) The team behind the Deno runtime for the JavaScript and TypeScript recently released Deno 15 Deno 15 improved bundling time by using Rust-based JavaScript/TypeScript compiler swc Deno further reduces bundle size with tree-shaking and implements the alert confirm and prompt web platform APIs The latter may allow developers to write simple interactive applications in the terminal By Bruno Couriol