File tree 3 files changed +10
-8
lines changed
test/default.integ.snapshot
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 18
18
19
19
20
20
class CommandError (Exception ):
21
- pass
21
+ def __init__ (self , message ):
22
+ super ().__init__ (message )
23
+ self .message = message
22
24
23
25
24
26
def cancel_on_timeout (event , context ):
Original file line number Diff line number Diff line change 105
105
}
106
106
}
107
107
},
108
- "190116602f67fcba43a33629264da3211c4f9cc2ae688bdf0ee6d8c7e4ec48fd " : {
108
+ "ef31fc89d7ced5ea0cff316469a82711784a006d3ae7a037f2b2422969eafc2e " : {
109
109
"source" : {
110
- "path" : " asset.190116602f67fcba43a33629264da3211c4f9cc2ae688bdf0ee6d8c7e4ec48fd .lambda" ,
110
+ "path" : " asset.ef31fc89d7ced5ea0cff316469a82711784a006d3ae7a037f2b2422969eafc2e .lambda" ,
111
111
"packaging" : " zip"
112
112
},
113
113
"destinations" : {
114
114
"current_account-current_region" : {
115
115
"bucketName" : " cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}" ,
116
- "objectKey" : " 190116602f67fcba43a33629264da3211c4f9cc2ae688bdf0ee6d8c7e4ec48fd .zip" ,
116
+ "objectKey" : " ef31fc89d7ced5ea0cff316469a82711784a006d3ae7a037f2b2422969eafc2e .zip" ,
117
117
"assumeRoleArn" : " arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
118
118
}
119
119
}
235
235
}
236
236
}
237
237
},
238
- "452465eccdd313e71bc8716f12e024973e380b061470c9b4392f42d9419f649f " : {
238
+ "332ea9ae34086dc09135fb22955c4ab0465933a66dd91205e817ec23a5a6c884 " : {
239
239
"source" : {
240
240
"path" : " Turbo-Layer-Test.template.json" ,
241
241
"packaging" : " file"
242
242
},
243
243
"destinations" : {
244
244
"current_account-current_region" : {
245
245
"bucketName" : " cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}" ,
246
- "objectKey" : " 452465eccdd313e71bc8716f12e024973e380b061470c9b4392f42d9419f649f .json" ,
246
+ "objectKey" : " 332ea9ae34086dc09135fb22955c4ab0465933a66dd91205e817ec23a5a6c884 .json" ,
247
247
"assumeRoleArn" : " arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
248
248
}
249
249
}
Original file line number Diff line number Diff line change 2629
2629
"S3Bucket" : {
2630
2630
"Fn::Sub" : " cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
2631
2631
},
2632
- "S3Key" : " 190116602f67fcba43a33629264da3211c4f9cc2ae688bdf0ee6d8c7e4ec48fd .zip"
2632
+ "S3Key" : " ef31fc89d7ced5ea0cff316469a82711784a006d3ae7a037f2b2422969eafc2e .zip"
2633
2633
},
2634
2634
"Role" : {
2635
2635
"Fn::GetAtt" : [
4741
4741
"S3Bucket" : {
4742
4742
"Fn::Sub" : " cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
4743
4743
},
4744
- "S3Key" : " 190116602f67fcba43a33629264da3211c4f9cc2ae688bdf0ee6d8c7e4ec48fd .zip"
4744
+ "S3Key" : " ef31fc89d7ced5ea0cff316469a82711784a006d3ae7a037f2b2422969eafc2e .zip"
4745
4745
},
4746
4746
"Role" : {
4747
4747
"Fn::GetAtt" : [
You can’t perform that action at this time.
0 commit comments