Skip to content

CSLA with Serverless / AWS Lambda #3723

Discussion options

You must be logged in to vote

I've been messing with Azure Functions for a few weeks. It builds and compiles like any other c# project. This technology feels like a stripped down one-way console app (meaning no ui input). I am able to configure and initialize DI services in Program.cs and to inject those services into my Function class just like any other c# class.

So there is nothing about serverless that would cause trouble with CSLA. But obviously you'd be using a pretty small subset of what CSLA can offer. Throw out the DataPortal. Throw out UI databinding. Probably the only real feature left of value would be business rules? I'm not sure of the value proposition there.

P.S. The inputs/bindings are finicky for fun…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hurcane
Comment options

Answer selected by jonnysmith1981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants