- with
AWS Lambda
by @vincent_lcy
modularized
Logic
Execution
👍 Stateless
👍 Short Job
👍 Event-driven stuff, e.g. Time-based / webhook
👍 Spike Patterns of usage
👍 Simple program with less dependency
👍 ad-hoc scripts with need to modify and version
👍 Need Real quick set up, quicker than Knubertes
🙅 Stateful e.g. Session servers
🙅 Long running (=>$$)
🙅 Cache is important -> can use external elasticCache
🙅 High CPU/Memory Usage (Max 1.5GB per process)
🙅 Complex gcc / machine drivers etc
🙅 High frequency self-trigger (max @1min event now) -> Use SNS/Celery!
🙅 Need DAG Job dependencies -> Use airflow!
🙅 Strong fault tolerance /monitor req -> Use Celery / Gearman!
🙅 Layman stuff -> Use Zappier / IFTTT!
Auth
Point to point Data Sync among 3rd part services/ platform
E.g. App -> Salesforce
Daily Logentries, GA -> ReportingDB
Pagination with external state
Integrate with Amazon Kinesis for data analytics
As simple as marshalling / aggregating & send reporting db
Scraping
Simple API, Slackbot etc..
(memory type * exe time,
roughly 3M * 1s call <$20 USD)
Integrations with
API Gateway, another Lambda...
Kinesis, Redshift, S3...
your own dockerized arch
Non tech oriented Data integrations
Xplenty, Zapier/IFTTT