First version of datapipelines.
This commit is contained in:
parent
8b0f42afed
commit
95169c6011
9 changed files with 371 additions and 0 deletions
5
moto/datapipeline/utils.py
Normal file
5
moto/datapipeline/utils.py
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue