Pinned Repositories
appsyncmasterclass-backend
Backend for the AppSync Masterclass demo app
event-sourcing-demo
Demo app to illustrate how you can build an event-sourced system with Lambda and DynamoDB
janitor-lambda
Lambda function to clean up old, unreferenced versions of Lambda functions
lambda-config-demo
Demo of approaches to config management for AWS Lambda
lambda-logging-demo
Demo for shipping logs to ELK stack, and to auto-subscribe new log groups
lambda-protobuf-demo
Demo using API Gateway and Lambda with Protocol Buffer
lambda-saga-pattern
Implementing the Saga pattern for Lambda functions using Step Functions
manning-aws-lambda-in-motion
Code for the Manning video course "Production-Ready Serverless: Operational Patterns and Practices"
SimpleSpeedTester
SimpleSpeedTester is a simple, easy to use framework that helps you speed test your .Net code by taking care of some of the orchestration for you.
theburningmonk's Repositories
theburningmonk/event-sourcing-demo
Demo app to illustrate how you can build an event-sourced system with Lambda and DynamoDB
theburningmonk/passwordless-magic-links-cognito-demo
How to implement passwordless login using magic links with Cognito.
theburningmonk/passwordless-otp-cognito-demo
How to implement passwordless login using OTP with Cognito
theburningmonk/appsync-multi-tenant-demo-with-cognito
Demo app for how to implement multi-tenancy with AppSync and Cognito. Part of the AppSync Masterclass (https://appsyncmasterclass.com).
theburningmonk/serverless-logging-config
Lets you configure custom log group, JSON logging, and other recent logging changes announce in Nov 2023
theburningmonk/lambda-x-ray-demo
theburningmonk/passwordless-cognito-ui-demo
Frontend app to go with the backend Cognito demos
theburningmonk/eventbridge-schedule-self-delete-demo
theburningmonk/hydrate-kinesis-dlq
How to hydrate Kinesis DLQs records
theburningmonk/lambda-distributed-tracing-demo
Demo of X-Ray, Lumigo, Epsagon and Thundra
theburningmonk/step-functions-bluegreen-deploy-demo
Demo project to illustrate how to implement blue-green deployment with Step Functions so you don't break existing executions.
theburningmonk/lambda-emf-demo
Demo of using AWS Lambda with the Embedded Metric Format support from CloudWatch
theburningmonk/powertune-lambda-CICD-demo
Demo of how to run powertune-lambda with lumigo-cli to auto-tune functions as part of CI/CD pipelines
theburningmonk/api-gateway-auth-cognito-access-token-demo
Demo to show how to implement API Gateway authorization with Cognito access tokens
theburningmonk/fe-to-dynamodb-via-cognito-demo
Demo app of how to allow the FrontEnd to access DynamoDB directly and safely, using Cognito Identity Pool
theburningmonk/lambda-failure-injection-demos
Demos for injection failures to a serverless app
theburningmonk/serverless-monitoring-workshop-slsdays-cardiff-demo
Demo app for the Serverless monitoring and troubleshooting workshop
theburningmonk/theburningmonk
theburningmonk/debugging-lambda-perf-issues-demo
Demos to show different approach to tracking integration point perf
theburningmonk/momento-demo-leaderboard
Demo of using Momento to build a leaderboard system
theburningmonk/momento-demo-notifications
Demo app to show how to implement real-time notifications with Momento topics
theburningmonk/serverless-monitoring-and-troubleshooting-workshop-aws-community-day-nordics-demo
Demo app for the Serverless monitoring and troubleshooting workshop
theburningmonk/sfn-teststate-api-demo
Demo project on how to use the TestState API to test a Step Functions state machine
theburningmonk/momento-demo-realtime-chat
A real-time chat app to demo Momento topics
theburningmonk/cognito-invalidate-tokens-demo
Demo to show how one can invalidate tokens issued by Cognito
theburningmonk/conditional-deletionpolicy-demo
Demo showing how to enable DeletionPolicy conditionally
theburningmonk/context-mapping
theburningmonk/lambda-init-cpu-test
Test to see how much CPU a Lambda function gets during initialization vs. in the handler
theburningmonk/serverless-export-env
Serverless plugin to export environment variables into a .env file
theburningmonk/serverless-esbuild
💨 A Serverless framework plugin to bundle JavaScript and TypeScript with extremely fast esbuild