Pinned Repositories
AppSyncPipelineResolvers
Pipeline resolvers example with cdk.
btc-guessr
cdk-lambdaless-apigw-websockets
Abusing StepFunctions so that I do not have to write any Lambda code.
codecrafters-redis-go
codecrafters-shell-rust
iot-core-feature-flags
A very very simplified, hacky implementation of feature flag service using IOT Core MQTT capabilities
one-time-use-presigned-url
An example of how one might leverage CloudFront to create one-time use presigned urls
programming-notes
Programming notes. About anything really.
stockwatch-app
testing-step-functions
WojciechMatuszewski's Repositories
WojciechMatuszewski/testing-serverless-architectures
Going through the "Testing Serverless Architectures" course and writing what I've learned.
WojciechMatuszewski/scheduler-auto-delete-one-off
Delete the one-off schedules of EventBridge Scheduler automatically
WojciechMatuszewski/apigw-websocket-graphql-api
Working example on how to implement graphql API (with subscriptions) using apigw
WojciechMatuszewski/aws-cfn-resource-picker
Learning Rust and playing around with CFN
WojciechMatuszewski/AWS-Cognito-magic-links
An example how one might implement the magic links feature using AWS Cognito
WojciechMatuszewski/codecrafters-docker-go
WojciechMatuszewski/codecrafters-git-go
WojciechMatuszewski/codecrafters-grep-rust
WojciechMatuszewski/next13-rsc-search
Playing around with RSCs and Prisma
WojciechMatuszewski/rust-learning-sam-basic-app
A very basic api deployment using AWS SAM and Rust
WojciechMatuszewski/scheduler-app-rust
Learning the EB Pipes and the Scheduler
WojciechMatuszewski/WojciechMatuszewski-codecrafters-redis-go
WojciechMatuszewski/aws-console-link
Creates a link to AWS Console given the exported environment variables
WojciechMatuszewski/CloudTrailSSMWebhook
WojciechMatuszewski/golang-elasticsearch-graphql
It works ;o
WojciechMatuszewski/golang-upload-fanout
Basically learning golangs way of IO, some serverless stuff. Could definetely be written better.
WojciechMatuszewski/httpapisdemo
WojciechMatuszewski/idempotency-token-rust
WojciechMatuszewski/intrinsic-validator-learnings
Learning about CDK intrinsic validator and things related to it
WojciechMatuszewski/object-lambda-list-handler
Learning about the ListBucket operation using the Object Lambda
WojciechMatuszewski/openapi-cdk-http-api
An example of creating an apigw http api from openapi spec
WojciechMatuszewski/poll-to-push
poll-to-push pattern from one of AWS blogs.
WojciechMatuszewski/poor-mans-rust-grep
Learning rust
WojciechMatuszewski/rust-cfn-exports-fetcher
Playing with Rust and futures
WojciechMatuszewski/rust-ipc-extension-sqs-destination
AWS Lambda destinations do not work for synchronous invokes. We can emulate then via AWS Lambda extensions
WojciechMatuszewski/s3-apigw-direct-put
directly put objects into s3 skipping the lambda entirely. Object name is the request id from apigw.
WojciechMatuszewski/serverlessapp
Learning.
WojciechMatuszewski/sqs-split-eb-pipes
Splitting SQS messages via EB rules and EB Pipes
WojciechMatuszewski/step-functions-ses-approval
Approval process, sends email using ses, orchestration done using step functions
WojciechMatuszewski/testing-actions