DynamoDB Table Design Principles - Filtering
Abstract We will continue exploring different technics that allow to extend Access Patterns to a Single Table. Target DynamoDB Table Structure NoSQL DynamoDB Table Structure is generated usi...
Abstract We will continue exploring different technics that allow to extend Access Patterns to a Single Table. Target DynamoDB Table Structure NoSQL DynamoDB Table Structure is generated usi...
Abstract In Relational Database we used to have single Entity per Table, build relationships between them and assign constrains like Foreign Keys. In NoSQL DynamoDB world this became an Antipatter...
Abstract DynamoDB is one of the most popular NoSQL DB storages, that has amazing performance and scaling characteristics and is widely used in many designs. There is mindshift that requires us to ...
Abstract This Post explores integration of AWS Client VPN with pfSense, streamlining operations to utilize a single VPN connection per pfSense router. Furthermore, it dives into the potential for...
Abstract In previous Post Latest AWS Managed Client VPN Connection, we checked how managed AWS VPN Client allows much faster and secure bootstrap OpenVPN server compared to DIY EC2-based instance s...
Abstract Creating and managing VPN connections to AWS Cloud Networks is a regular task that we periodically face with. One of the communication channels is VPN connection. For a while if you want t...
Abstract Creating a personalized online presence is an essential step for bloggers, developers, and content creators. One powerful way to establish your brand is by registering a custom domain name...
Abstract Transferring DynamoDB tables using AWS DynamoDB Import/Export from Amazon S3 can be a powerful solution for data migration. However, there are certain challenges that may arise during the...
Abstract In the previous post we have checked how to setup AWS API Gateway with AWS IAM authorization. To access its secured endpoint we were using Postman, all we need to call the API is to choose...
Abstract AWS API Gateway is widely used in various integrations and architectures. One common use case for enhancing its authorization level is by incorporating an authorizer lambda or integrating ...