With AWS Lambda, you can run code without having to maintain the runtime environment – hence the term “serverless” for this kind of deployment model. A Lambda application can be a component of a larger, distributed application, communicating with other, external components. Examples of such external components are DynamoDB databases, S3 file buckets or REST... Read more
Der Beitrag The testable Lambda – A lightweight approach with Dependency Injection erschien zuerst auf codecentric AG Blog.