- Get RAW data
- Transformations on RAW data
- DynamoDB create and populate table
- Read data from DynamoDB table
- Insert, update and delete data from DynamoDB table
- Drop table in DynamoDB
Open your favorite text editor and make a YAML file named credentials.yml like the following:
dynamodb:
AWS_SERVER_PUBLIC_KEY: xxxxxxxxx
AWS_SERVER_SECRET_KEY: xxxxxxxxx
REGION_NAME: us-east-1