Use-Case: EC2 Instance in account A wants to access DynamoDB tables in Account B. Pre-RequisitesAccount A instances to assume role for DynamoDB access in Account BStepsAccount A (EC2 Instance): - Create a Role called CrossDDBAccess (or whatever you want to
DynamoDB
A collection of 10 posts
Using OpenFaas with Amazon DynamoDB
See how easy it is to use OpenFaaS with Amazon DynamoDB
Step by Step Guide using the DynamoDB Client interface using Boto3 and Python
In this demonstration I will be using the client interface on Boto3 with Python to work with DynamoDB. The main idea is to have a step by step guide to show you how to Write, Read and Query from DynamoDB.
How to Setup a Serverless URL Shortener with API Gateway Lambda and DynamoDB on AWS
Today we will set a Serverless URL Shortener using API Gateway, Lambda with Python and DynamoDB. Overview The service that we will be creating, will shorten URLs via our API which will create an entry on DynamoDB. When a GET
Investigating High Request Latencies on Amazon DynamoDB
While testing DynamoDB for a specific use case I picked up at times where a GetItem will incur about 150ms in RequestLatency on the Max Statistic. This made me want to understand the behavior that I'm observing. I will go
Improving Performance from your Lambda Function from the use of Global Variables
When using Lambda and DynamoDB, you can use global variables to gain performance when your data from DynamoDB does not get updated that often, and you would like to use caching to prevent a API call to DynamoDB everytime your
Tutorial on DynamoDB using Bash and the AWS CLI Tools to Interact with a Music Dataset
In this tutorial we will be using Amazons DynamoDB (DynamoDB Local) to host a sample dataset consisting of music data that I retrieved from the iTunes API, which we will be using the aws cli tools to interact with the
Interfacing Amazon DynamoDB with Python using Boto3
Introduction: In this Tutorial I will show you how to use the boto3 module in Python which is used to interface with Amazon Web Services (AWS). For other blogposts that I wrote on DynamoDB can be found from blog.ruanbekker.
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!