I am new to both data pipeline and serverless. I want to know how can I automate AWS data pipeline using serverless. Below is my diagram of AWS data pipeline which exports dynamo db table to S3
Asked
Active
Viewed 426 times
2
-
On demand or scheduled pipelines? – Karl Laurentius Roos Jul 16 '17 at 12:48
-
@KarlLaurentiusRoos Scheduled pipelines – deosha Jul 16 '17 at 18:29
1 Answers
0
I'm not sure using serverless framework a right choice for this. But technically you should be able to add a CloudFormation to create the datapipeline to the resources section in serverless.yml

Ashan
- 18,898
- 4
- 47
- 67