The blog about Amazon Web Services by the AWS Premier Tier Services Partner tecRacer. We share our expertise and passion about technology with the world.
We, as tecRacer, thrive on our individual and unique employees. In our series “Insider Stories” Maurice will tell you how he found his way to the company as well as how he experiences working for tecRacer.
DynamoDB supports complex data types like lists. In this post we take a look at different ways to interact with lists. We will use Python to write code that may be used in a data access layer to manipulate items with list attributes.
We, as tecRacer, thrive on our individual and unique employees. In our new series “Insider Stories” Felix will tell you how he found his way to the company as well as how he experiences working for tecRacer.
I was helping a customer with a Amplify App. This later turned into a meetup, where we are building a photo sorting application using AWS Amplify for the backend and Quasar for the frontend. This is the third article in a series that lets you follow along
CDK GO is in preview, here are the pros and cons and a first VPC example TL;DR The GO module system is IMHO neater than node.JS or Python. But you have to get used to the strongly typed language GO.
CDK Lambda Deployment takes about a minute - how about sub second Function Code Deployment? Creation of Lambda infrastructure with the CDK is really powerful. Updating the Function code is really slow. Here is a fix for that to get to a sub-second Lambda
We, as tecRacer, thrive on our individual and unique employees. In our new series “Insider Stories” Nadim will tell you how he found his way to the company as well as how he experiences working for tecRacer.
We, as tecRacer, thrive on our individual and unique employees. In our new series “Insider Stories” Monika will tell you how she found her way to the company as well as how she experiences working for tecRacer.
DynamoDB allows us to store complex data structures and deeply nested objects, but this complexity isn’t free. In this post we take a look at how different Lambda configurations impact the read times from boto3. We examine how different resource con
I was helping a customer with a Amplify App. This later turned into a meetup, where we are building a photo sorting application using AWS Amplify for the backend and Quasar for the frontend. This is the second article in a series that lets you follow alon
We, as tecRacer, thrive on our individual and unique employees. In our new series “Insider Stories” Pradheet will tell you how he found his way to the company as well as how he experiences working for tecRacer.
I was helping a customer with a Amplify App. This later turned into a meetup, where we are building a photo sorting application using AWS Amplify for the backend and Quasar for the frontend. This is the first article in a series that lets you follow along
We, as tecRacer, thrive on our individual and unique employees. In our new series “Insider Stories” Philipp will tell you how he found his way to the company as well as how he experiences working for tecRacer.
Data modelling in NoSQL databases is different from what we’re used to in the relational world. In this article we’ll talk about the process of data modelling in DynamoDB, single-table design and how to build a basic data access layer using py
We, as tecRacer, thrive on our individual and unique employees. In our new series “Insider Stories” Jiaxi will tell you how he found his way to the company as well as how he experiences working for tecRacer.