Skip to content

Prerequisite

Gurmit Teotia edited this page Sep 15, 2019 · 9 revisions

There are two prerequisites to understand and use the Guflow library:

  • Account with Amazon AWS Cloud services
  • Basic understanding of Amazon SWF

Account with Amazon AWS cloud services:

You need to supply secret access key and code to Guflow APIs for it to speak to Amazon SWF. After your successful login to Amazon AWS, you can create/manage the secret access key and code under "My Security Credentials" sections.

Basic understanding of Amazon SWF:

Guflow hides all the complexities and technical details of Amazon SWF APIs. For using Guflow, you do not need to know the Amazon SWF in great detail however some understanding of it will be useful. Best source of information on Amazon SWF is its website and developer guide.

Clone this wiki locally