Teach Myself Cloud
  • Posts

Posts

April 4, 2020

QLDB Node Driver v1.0.0

Amazon QLDB Driver for NodeJS On Friday 3rd April, the Amazon QLDB team announced release v1.0.0 of the Amazon QLDB Driver for NodeJS. I was excited to give this a try, and see how it compared to the preview version. This is a brief summary of my initial findings. Setting Up The driver has a number of peer dependencies: aws-sdk (AWS SDK for JavaScript) ion-js (Amazon ION data format) jsbi (pure JavaScript implementation of BigInt, which is new for this release) The ion-js library has jumped to version 4.
February 8, 2020

Query QLDB With API Gateway and Lambda (Nodejs)

Background In a previous blog post I wrote about creating a ledger with a table and index in Amazon QLDB. This post expands on that by providing a simple API to create a new vehicle record, and get an existing vehicle record. The code all exists as infrastructure as code in this Github Repo. Serverless Framework The code uses the Serverless Framework to set up all the resources. The configuration for the create vehicle function is shown below:
February 2, 2020

DeepRacer Event

Background Artificial Intelligence (AI) and Machine Learning (ML) are big news and certain to have a disruptive effect on organisations. Over the past few years, the likes of recommendation engines and voice assistants have become part of my everyday life, and its a topic I want to get closer to. The challenge was that it traditionally seemed to require a PhD and deep expertise in algorithms. However, AWS have started bringing AI and ML into the hands of developers, with the introduction of hardware devices like AWS DeepLens and AWS DeepComposer.
January 26, 2020

Creating a Table / Index in QLDB

Amazon QLDB is a fascinating new service from AWS that sits in the database category. This article looks at an automated way of creating any required tables and indexes. Getting Started The first step with QLDB is to create a ledger, which represents the database instance. From an application perspective, when you interact with QLDB, you interact with tables you have created using PartiQL (a SQL-compatible language). These tables store revisions of documents, in an Amazon ION format.
January 7, 2020

QLDB Guide

A few months ago, I was incredibly honoured to be recognised as an AWS Hero. Off the back of this, one of my goals for the coming year is to blog more and try and raise awareness of technologies I am interested in. I always find its easier to learn, when you are passionate about a subject. Over the past few years I have thrown myself into serverless. You could see from all the major cloud providers that this was the direction the industry is quickly heading in.
September 28, 2019

Testing improvements to Lambda VPC Networking

Background Yesterday, Chris Munns updated a blog post stating that the Lambda VPC networking improvements have been fully rolled out to the US East (Ohio), EU (Frankfurt), and Asia Pacific (Tokyo) regions. This gave me a chance to run a simple test to see if I could notice any reduction in latency. The Setup To setup the test, I created a quick project to deploy a lambda function associated with a VPC, and one that was not.
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»
© Teach Myself Cloud 2022