Skip to content

Commit 2e6b4b7

Browse files
committed
u
1 parent bd8c7a3 commit 2e6b4b7

File tree

17 files changed

+6289
-40
lines changed

17 files changed

+6289
-40
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ Replace `<STATE_MACHINE_ARN>` with the `LoanBroker-RecipientList-Stack.LoanBroke
103103
"executionArn": "arn:aws:states:us-east-1:000000000000:execution:LoanBroker-RecipientList-Stack-LoanBroker641FC9A8-dd79232c:cli-test-run",
104104
"startDate": "2023-04-24T21:08:35.434000+05:30"
105105
}
106+
```
107+
108+
install any application/packages with brew on mac
109+
110+
```undefined
111+
brew install jq
106112
```
107113

108114
You can use the Execution ARN to see the output of the State Machine execution:
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"version": "34.0.0",
3+
"files": {
4+
"91c09932b8621ab537605841e04c0bcb24b73edc5e4745239e5e871aea46368e": {
5+
"source": {
6+
"path": "asset.91c09932b8621ab537605841e04c0bcb24b73edc5e4745239e5e871aea46368e",
7+
"packaging": "zip"
8+
},
9+
"destinations": {
10+
"000000000000-ap-northeast-1": {
11+
"bucketName": "cdk-hnb659fds-assets-000000000000-ap-northeast-1",
12+
"objectKey": "91c09932b8621ab537605841e04c0bcb24b73edc5e4745239e5e871aea46368e.zip",
13+
"region": "ap-northeast-1",
14+
"assumeRoleArn": "arn:${AWS::Partition}:iam::000000000000:role/cdk-hnb659fds-file-publishing-role-000000000000-ap-northeast-1"
15+
}
16+
}
17+
},
18+
"41beebfe8481a686e14547d6d0408dc8c04d6c24c1e3c311bd2de71b6d2e5e0f": {
19+
"source": {
20+
"path": "asset.41beebfe8481a686e14547d6d0408dc8c04d6c24c1e3c311bd2de71b6d2e5e0f",
21+
"packaging": "zip"
22+
},
23+
"destinations": {
24+
"000000000000-ap-northeast-1": {
25+
"bucketName": "cdk-hnb659fds-assets-000000000000-ap-northeast-1",
26+
"objectKey": "41beebfe8481a686e14547d6d0408dc8c04d6c24c1e3c311bd2de71b6d2e5e0f.zip",
27+
"region": "ap-northeast-1",
28+
"assumeRoleArn": "arn:${AWS::Partition}:iam::000000000000:role/cdk-hnb659fds-file-publishing-role-000000000000-ap-northeast-1"
29+
}
30+
}
31+
},
32+
"ffdfec39e5d07de31072b9f5c5f0a8b30dc107e561ad00f6a63cada13dfeb407": {
33+
"source": {
34+
"path": "/Users/yongnan/codes/aws/localstack/sample-loan-broker-stepfunctions-lambda",
35+
"packaging": "zip"
36+
},
37+
"destinations": {
38+
"000000000000-ap-northeast-1": {
39+
"bucketName": "cdk-hnb659fds-assets-000000000000-ap-northeast-1",
40+
"objectKey": "ffdfec39e5d07de31072b9f5c5f0a8b30dc107e561ad00f6a63cada13dfeb407.zip",
41+
"region": "ap-northeast-1",
42+
"assumeRoleArn": "arn:${AWS::Partition}:iam::000000000000:role/cdk-hnb659fds-file-publishing-role-000000000000-ap-northeast-1"
43+
}
44+
}
45+
},
46+
"91920599dd97b2c7cb046a1512871171d7f4cc7f3602d9d74d7b904f09dcf725": {
47+
"source": {
48+
"path": "/Users/yongnan/codes/aws/localstack/sample-loan-broker-stepfunctions-lambda",
49+
"packaging": "zip"
50+
},
51+
"destinations": {
52+
"000000000000-ap-northeast-1": {
53+
"bucketName": "cdk-hnb659fds-assets-000000000000-ap-northeast-1",
54+
"objectKey": "91920599dd97b2c7cb046a1512871171d7f4cc7f3602d9d74d7b904f09dcf725.zip",
55+
"region": "ap-northeast-1",
56+
"assumeRoleArn": "arn:${AWS::Partition}:iam::000000000000:role/cdk-hnb659fds-file-publishing-role-000000000000-ap-northeast-1"
57+
}
58+
}
59+
},
60+
"1c7280ba3549ce15c63126ac3c6384d167f4185d949999df44b76be5882f1003": {
61+
"source": {
62+
"path": "LoanBroker-PubSub-Stack.template.json",
63+
"packaging": "file"
64+
},
65+
"destinations": {
66+
"000000000000-ap-northeast-1": {
67+
"bucketName": "cdk-hnb659fds-assets-000000000000-ap-northeast-1",
68+
"objectKey": "1c7280ba3549ce15c63126ac3c6384d167f4185d949999df44b76be5882f1003.json",
69+
"region": "ap-northeast-1",
70+
"assumeRoleArn": "arn:${AWS::Partition}:iam::000000000000:role/cdk-hnb659fds-file-publishing-role-000000000000-ap-northeast-1"
71+
}
72+
}
73+
}
74+
},
75+
"dockerImages": {}
76+
}

0 commit comments

Comments
 (0)