Rehan van der Merwe

Results 6 repositories owned by Rehan van der Merwe

cdk-multi-environment

63
Stars
15
Forks
Watchers

In this post I will explore 4 different methods that can be used to pass configuration values to the AWS CDK. We will first look at using the context variables in the cdk.json file, then move those sa...

DynamoDBImporter

24
Stars
2
Forks
Watchers

Demonstrating DynamoDBs high throughput rate, by writing 1 million records in 60 seconds with a single Lambda function streaming from a S3 file and then importing into DynamoDB using the Batch API

cloudfront-reverse-proxy-apigw

29
Stars
3
Forks
Watchers

We use CloudFront running a SPA to reverse proxy to an API Gateway backend. This eliminates CORS which can hugely decrease request latency up to 50%.

MicroService

15
Stars
2
Forks
Watchers

This article documents the thought process and steps involved in refactoring a distributed monolith to microservices. We are going to remove API GW, use Amazon Event Bridge and implement BASE consiste...

serverless-website-analytics

160
Stars
11
Forks
Watchers

A CDK construct that consists of a serverless backend, frontend and client side code to track website analytics

serverless-website-analytics-client

21
Stars
0
Forks
Watchers

The client library that is used to ingest data into the backend of the https://github.com/rehanvdm/serverless-website-analytics CDK component