GodelTech / GodelTech.Microservices.Core

Microservice framework core functionality
MIT License
6 stars 2 forks source link

Create Lambda function host application #30

Closed DiamondDragon closed 3 years ago

DiamondDragon commented 4 years ago

It looks like good idea to create example\project which allows microservice framework to be hosted inside AWS\Azure lambda function. Integration of existing framework with lambda function should be relatively easy activity.

Main use case which is covered by this example is creation of service\website which is rarely invoked and execution as separate application looks like vast of resources.

Pavel-Lapatin commented 3 years ago

Example was added into GodelTech.Microservices.Examples repository.