Yan Cui

Results 26 repositories owned by Yan Cui

lambda-config-demo

73
Stars
5
Forks
Watchers

Demo of approaches to config management for AWS Lambda

lambda-correlation-id-demo

25
Stars
7
Forks
Watchers

How to track correlation IDs across APIs, SNS and Kinesis events

lambda-logging-demo

91
Stars
31
Forks
Watchers

Demo for shipping logs to ELK stack, and to auto-subscribe new log groups

lambda-logging-kinesis-demo

30
Stars
12
Forks
Watchers

Demo of how to ship logs from CloudWatch Logs to a Kinesis stream, and then ship them to Logz.io

lambda-logging-metrics-demo

29
Stars
7
Forks
Watchers

How to apply Datadog's approach for sending custom metrics asynchronously.

lambda-monorepo-code-sharing-demo

35
Stars
10
Forks
Watchers

Demo to illustrate how you can share code between SLSL projects using monorepo

lambda-protobuf-demo

52
Stars
7
Forks
Watchers

Demo using API Gateway and Lambda with Protocol Buffer

lambda-recursive-s3-demo

19
Stars
4
Forks
Watchers

Recursive AWS Lambda function for processing large S3 file

lambda-saga-pattern

89
Stars
15
Forks
Watchers

Implementing the Saga pattern for Lambda functions using Step Functions