2

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

AWS data pipeline image

deosha
  • 972
  • 5
  • 20

1 Answers1

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