Skip to content

A service proxy for easy to deploy and maintain micro-services.

License

Notifications You must be signed in to change notification settings

chaseaucoin/CupcakeFactory.ServiceProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CupcakeFactory.ServiceProxy

A pain-free way to work with services

Build status

Lambda round trip benchmarking results.

Method Mean Error StdDev
Add2Numbers 54.35 ms 1.078 ms 1.998 ms

While it's not breaking any records, it's kind of not the point to. This is the same mean and deviation if you have on lambda if you call it directly and just get back a string of "OK"; Why that is important is now you have an easy way to interact with your service that functionally adds no overhead.

This means that so long as your backend is staying resonable with what it's doing your consumers can feel "real-time" in a cost effective way

https://www.nngroup.com/articles/response-times-3-important-limits/

About

A service proxy for easy to deploy and maintain micro-services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages