This my Data Pipeline that takes data from Dynamo DB and put it in S3 bucket.
Basically “Lambda” function scans the records in DynamoDB and put all records in S3 once a day.
How I can deploy this pipeline in serverless framework.
This my Data Pipeline that takes data from Dynamo DB and put it in S3 bucket.
Basically “Lambda” function scans the records in DynamoDB and put all records in S3 once a day.
How I can deploy this pipeline in serverless framework.
take a look about sls aws events DynamoDB / Kinesis Streams
No this is not what I want. I know how to create function and other resources(DyDb, bucket, kinesis). But don’t know how to create EMR as a resource.
It looks like CloudFormation supports EMR. Is there a reason you can’t deploy EMR using the CloudFormation syntax in your resources section?