Skip to content

Commit e9832d2

Browse files
committed
Add recorded requests
1 parent 780b247 commit e9832d2

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 1
2+
interactions:
3+
- request:
4+
body: >
5+
{"StackId": "arn:aws:cloudformation:us-east-1:123456789012:stack/SomeStackHere3/d50d1280-a454-11e5-bd51-50e2416294a8",
6+
"Status": "FAILED", "PhysicalResourceId": "SomeStackHere3-FakeThing-893YUKO12RFM",
7+
"RequestId": "79abbda7-092e-4534-9602-3ab4cc377807", "Reason": "Exception was
8+
raised while handling custom resource", "LogicalResourceId": "FakeThing"}
9+
headers:
10+
Content-Type: ['']
11+
method: PUT
12+
uri: https://cloudformation-custom-resource-response-useast1.s3.amazonaws.com/arn%3Aaws%3Acloudformation%3Aus-east-1%3A368950843917%3Astack/SomeStackHere3/d50d1280-a454-11e5-bd51-50e2416294a8%7CFakeThing%7C79abbda7-092e-4534-9602-3ab4cc377807?AWSAccessKeyId=AKIAJNXHFR7P7YGKLDPQ&Expires=1450321030&Signature=HOCkeEsxMHHQMgnj3kx5gqLyfTU%3D
13+
response:
14+
body: {string: ''}
15+
headers:
16+
content-type: [application/xml]
17+
status: {code: 200, message: OK}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 1
2+
interactions:
3+
- request:
4+
body: >
5+
{"StackId": "arn:aws:cloudformation:us-east-1:123456789012:stack/SomeStackHere3/d50d1280-a454-11e5-bd51-50e2416294a8",
6+
"Status": "SUCCESS", "Reason": "Life is good, man", "PhysicalResourceId": "SomeStackHere3-FakeThing-893YUKO12RFM",
7+
"RequestId": "79abbda7-092e-4534-9602-3ab4cc377807", "Data": {}, "LogicalResourceId":
8+
"FakeThing"}
9+
headers:
10+
Content-Length: [332]
11+
Content-Type: ['']
12+
method: PUT
13+
uri: https://cloudformation-custom-resource-response-useast1.s3.amazonaws.com/arn%3Aaws%3Acloudformation%3Aus-east-1%3A368950843917%3Astack/SomeStackHere3/d50d1280-a454-11e5-bd51-50e2416294a8%7CFakeThing%7C79abbda7-092e-4534-9602-3ab4cc377807?AWSAccessKeyId=AKIAJNXHFR7P7YGKLDPQ&Expires=1450321030&Signature=HOCkeEsxMHHQMgnj3kx5gqLyfTU%3D
14+
response:
15+
body: {string: ''}
16+
headers:
17+
content-type: [application/xml]
18+
status: {code: 200, message: OK}

0 commit comments

Comments
 (0)