📄️ Project structure
Microlambda propose a codebase organization for multiple serverless micro-services that facilitate code re-use.
📄️ Write your first handler
On serverless project, AWS Lambda is used to handler events call triggers.
📄️ Unit testing
Microlambda provides utilities to unit test handlers.
📄️ Create a new package
You can set a new package up very easily by using the base project blueprint.
📄️ Manage shared infrastructure
Some resources need to be shared among multiple microservices and/or environments.
📄️ Using middleware
Microlambda provides a pluggable middleware system to perform generic processing across all handlers in the project.
📄️ Lambdas Environment Variables
Using dotenv