Task link: https://www.craft.me/s/Z5Rwk67MZgeXAI Documentation: https://www.craft.me/s/NYbbNJJCL2OfAI or in docs PDF
Build and deploy a prototype service to a cloud platform that enables clients to incrementally synchronize data in the cloud.
Requirements The service
Enables to upload (i.e. insert, update, delete) and download batches of data records.
Enables to synchronize data across multiple clients: when one client applies changes on the data records, other clients will able see those changes locally.
Supports incremental synchronization meaning that clients can retrieve only the data records which were updated since the previous sync operation.
The documentation As written communication is just as important at Craft as verbal communication, we would like to ask you to do a written overview in a Craft document:
Explains the service architecture on a detailed level.
Lists the known limitations.
Showcases the potential next steps in order to turn the service into a production grade solution.
The cdk.json
file tells the CDK Toolkit how to execute your app.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template