Rehan van der Merwe
Rehan van der Merwe
cdk-multi-environment
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
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
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
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
A CDK construct that consists of a serverless backend, frontend and client side code to track website analytics
serverless-website-analytics-client
The client library that is used to ingest data into the backend of the https://github.com/rehanvdm/serverless-website-analytics CDK component