This is my personal, non-work-related profile.
programming-notes. Programming notes. About anything really.
46cdk-lambdaless-apigw-websockets. Abusing StepFunctions so that I do not have to write any Lambda code.
15testing-step-functions. TypeScript
10one-time-use-presigned-url. An example of how one might leverage CloudFront to create one-time use presigned urls
8stockwatch-app. TypeScript
7next-appsync-cdk. An example app where I used aws cdk, next.js and appsync to make basic todo list work.
5iot-core-feature-flags. A very very simplified, hacky implementation of feature flag service using IOT Core MQTT capabilities
5AppSyncPipelineResolvers. Pipeline resolvers example with cdk.
5cw-insights-prepopulated-queries. Let us make the "Queries" tab in CloudWatch Insights useful!
4PartyPlanner. React app in progress, full code available on bitbucket: https://bit.ly/2HLozio
4serverless-video-transcribe-fun. Playing around with EFS and the idea of transcribing videos on AWS.
4graphql-for-frontend-engineers. Workshop material
3testing-serverless-architectures. Going through the "Testing Serverless Architectures" course and writing what I've learned.
3etl-step-functions. Example ETL pipeline made possible by the magic of step functions :)
3APIGW-websockets. APIGW websockets using SAM framework written in Golang.
3cdk-boilerplate. I do a lot of cdk, this is a boilerplate I use.
3lambda-wrapper-scripts-abuse. How one might abuse AWS Lambda wrapper scripts for cost savings.
2s3-object-lambda. Learnings about s3-object lambda
2scheduler-auto-delete-one-off. Delete the one-off schedules of EventBridge Scheduler automatically
2codecrafters-docker-go. Go
1ai-weather-checker. A very simplistic application to test the `runTools` API exposed by `openai` SDK.
1dynamodb-pagination-gotcha. TypeScript
1uploading-images-sharp. TypeScript
1AWS-Cognito-magic-links. An example how one might implement the magic links feature using AWS Cognito
1testing-vtl. An example how to setup tests for your vtl mapping templates when working with AppSync - without amplify.
1rust-learning-sam-basic-app. A very basic api deployment using AWS SAM and Rust
1apigw-load-test-sfn. How to load test APIGW endpoint with AWS Step Functions
1github-oidc-aws-cdk-example. Creating IAM User-free deployment pipeline by utilizing GitHub OIDC provider.
1codecrafters-grep-rust. Rust
1aws-cfn-resource-picker. Learning Rust and playing around with CFN
1loan-broker-sfn. Go
1step-functions-ses-approval. Approval process, sends email using ses, orchestration done using step functions
1aws-lambda-go-middleware. My take on middlewares and aws-lambda-go/lambda package. Maybe we can build middy out of this 🤔
1ddb-single-table-step-functions. Creating an API backed by Amazon Step Functions utilising AWS DynamoDB as data layer (single-table)
1capturing-events-apigw-eventbridge. Direct APIGW integration with EventBridge along all of its quirks.
1eb-events-to-cw-logs-formatting. How to format the EB event payload using InputTransformer so that CW logs accepts it.
1next13-rsc-search. Playing around with RSCs and Prisma
1testing-appsync-vtl-templates-strategies. I know at least four ways one can test their AWS AppSync mapping templates.
1apigw-websocket-graphql-api. Working example on how to implement graphql API (with subscriptions) using apigw
1appsync-public-private-cognito. Public public / private operations with cognito (identity pools and IAM)
1apigw-rest-sfn-direct-integration-example. An example of how to integrate API Gateway REST API with Step Functions via direct integration.
1codecrafters-git-go. Go
1eb-appsync-subscriptions-example. How to trigger AWS AppSync subscription via EventBridge event
1cdk-go-concurrency-control. Concurrency control implementation based on sfns (https://aws.amazon.com/blogs/compute/controlling-concurrency-in-distributed-systems-using-aws-step-functions/)
1scheduler-app-rust. Learning the EB Pipes and the Scheduler
1