First version of datapipelines.

This commit is contained in:
Steve Pulec 2015-09-16 10:00:38 -04:00
commit 95169c6011
9 changed files with 371 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from moto.core.utils import get_random_hex
def get_random_pipeline_id():
return "df-{0}".format(get_random_hex(length=19))