A Serverless architecture without Lambda usage ⚡️
Lambdaless is another way to implement service APIs. Simply think this as Serverless architecture without Lambda usage.
I'm not joking. This repository contains some real-world Lambdaless implementations.
A big thanks to AWS CDK. AWS CDK provided an easy way to implement Lambdaless. Their abstraction is super cool. also it finally stopped CloudFormation YAML nightmare.
Use API Gateway as first citizen in Serverless Architecture.
For further details, Please refer to my presentation: Lambdaless and AWS CDK @ AWSKRUG Serverless Group
- Use lambdaless only if Lambda just do simple tasks
- Lambda just perform simple transformations and call single AWS API.
- Any other cases except suitable use cases.
- Long mapping template will burn your brain
- Comment Service
- Email Subscription Service
- idea: URL Shortener Service
- Sendgrid Event Collector
- idea: Slack Event Collector
See full license on mooyoul.mit-license.org