From bf86e972eb486bb233a4da05bfef3cd6616affc3 Mon Sep 17 00:00:00 2001 From: Chaitanya Hazarey Date: Tue, 16 Oct 2018 20:03:55 -0700 Subject: [PATCH] Update Readme to show images Editing markdown to show images --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a09da9..d316285 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ template is written to /cloudformation/build/template.json ## Architecture -- The following diagram describes the flow of the Step Function StateMachine. There are several points where the StateMachine has to poll and wait for a task to complete. -![statemachine diagram](./assets/StateMachineFlow.png | width=400) -- The following diagram shows how the services work together -![service diagram](./assets/Architecture.png | width=400) +#### The following diagram describes the flow of the Step Function StateMachine. There are several points where the StateMachine has to poll and wait for a task to complete. +![statemachine diagram](assets/StateMachineFlow.png) +#### The following diagram shows how the services work together +![service diagram](assets/Architecture.png) ## Parameters AWS Systems Manager Parameter Store provides a durable, centralized, and scalable data store. We will store the parameters of our training jobs and deployment here and the Step Function's Lambda functions will query the parameters from this store. To change the parameters you just change the JSON string in the store. The example notebooks included with aws-sagemaker-build show how to do this.