Skip to content

How to deploy Moleculer to AWS Lambda? #1117

Answered by ccampanale
Susros asked this question in Q&A
Discussion options

You must be logged in to vote

@Susros

Preface

First, let's address the fact that AWS Lambda is a type of Serverless computing but is not the only type. ECS Fargate makes very quick work of deploying containerized solutions in what is essentially a serverless architecture since you are not responsible for maintaining the underlying infrastructure. Developing and containerizing Moleculer microservices is straight forward and is documented elsewhere, so let's focus on AWS Lambda as you stated in the subject of the discussion.

Lambda provides us with a "Function as a Service" which, in my opinion, aligns the closest with Moleculer service actions. Given a Moleculer system, a service provides a collection of actions and ev…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Susros
Comment options

@ccampanale
Comment options

@ccampanale
Comment options

Answer selected by icebob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants