-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaccess.properties
47 lines (39 loc) · 1.82 KB
/
access.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
####### SWF PROD ENDPOINT #######
service.url=https://swf.us-east-1.amazonaws.com
# Fill in your AWS Access Key ID and Secret Access Key for SWF
# http://aws.amazon.com/security-credentials
AWS.Access.ID=<Your AWS Access Key>
AWS.Secret.Key=<Your AWS Secret Key>
AWS.Account.ID=<Your AWS Account ID>
# Fill in your AWS Access Key ID and Secret Access Key for S3
# http://aws.amazon.com/security-credentials
S3.Access.ID=<Your AWS Access Key>
S3.Secret.Key=<Your AWS Secret Key>
S3.Account.ID=<Your AWS Account ID>
######## COMMON CONFIG ###########
domain=Samples
domainRetentionPeriodInDays=1
####### Booking Sample Config Values ######
Booking.Activity.Worker.TaskList=bookingSampleActivityTaskList
Booking.Workflow.Worker.TaskList=bookingSampleDecisionTaskList
Booking.Input.RequestId=10
Booking.Input.CustomerId=123
####### FileProcessing Sample Config Values ##########
Activity.Worker.LocalFolder=tmp/
Activity.Worker.CommonTaskList=fileProcessingSampleCommonTaskList
Workflow.Worker.Tasklist=fileProcessingSampleDecisionTaskList
Workflow.Input.SourceFileName=test_image.jpg
Workflow.Input.SourceBucketName=swfconsole
Workflow.Input.TargetFileName=media-processing-sample/test_image.zip
# Fill in your S3 bucket name
Workflow.Input.TargetBucketName=<Your S3 bucket name>
####### HelloLambda Sample Config Values ######
SWF.LambdaRole.ARN=<Your IAM role that authorizes SWF to invoke Lambda functions>
SWF.LambdaFunction.Name=<The name of your Lambda function>
SWF.LambdaFunction.Input=<The input for your Lambda function>
####### SplitMerge Sample Config Values ######
SplitMerge.Activity.Worker.TaskList=SplitMergeSampleActivityTaskList
SplitMerge.Workflow.Worker.TaskList=SplitMergeSampleWorkflowTaskList
SplitMerge.Input.BucketName=swf-private-beta-samples
SplitMerge.Input.FileName=split-merge-sample/input.txt
SplitMerge.Input.NumberOfWorkers=5