Skip to content

Commit

Permalink
Building and syncing with main to sync the build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SankyRed committed Aug 28, 2023
1 parent db167be commit 91c52cc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
}
}
},
"3118657de64b062f7bd2b96d7c96725784b665b558af95ccd6f53b593b67d2e8": {
"66db480cb40e7e6208f01c9d9e882f4c416110a2c66dd0c6d12844e8ca9129b6": {
"source": {
"path": "asset.3118657de64b062f7bd2b96d7c96725784b665b558af95ccd6f53b593b67d2e8",
"path": "asset.66db480cb40e7e6208f01c9d9e882f4c416110a2c66dd0c6d12844e8ca9129b6",
"packaging": "zip"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "3118657de64b062f7bd2b96d7c96725784b665b558af95ccd6f53b593b67d2e8.zip",
"objectKey": "66db480cb40e7e6208f01c9d9e882f4c416110a2c66dd0c6d12844e8ca9129b6.zip",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
},
"aa5e9e2bc532de551bdc898b84c998b073af12d93739698a181da160aea308ea": {
"e57b17d8bf8d61b539b259fe99cbe2dc5ae6e94bb1b30c9fa2f4aca3ffaafd37": {
"source": {
"path": "cdk-synthetics-canary-auto-delete.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "aa5e9e2bc532de551bdc898b84c998b073af12d93739698a181da160aea308ea.json",
"objectKey": "e57b17d8bf8d61b539b259fe99cbe2dc5ae6e94bb1b30c9fa2f4aca3ffaafd37.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
]
]
},
"InstallLatestAwsSdk": false
"InstallLatestAwsSdk": "false"
},
"DependsOn": [
"DeleteCanaryCustomResourcePolicy98D0C78F"
Expand Down Expand Up @@ -625,7 +625,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "3118657de64b062f7bd2b96d7c96725784b665b558af95ccd6f53b593b67d2e8.zip"
"S3Key": "66db480cb40e7e6208f01c9d9e882f4c416110a2c66dd0c6d12844e8ca9129b6.zip"
},
"Handler": "index.handler",
"Role": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"validateOnSynth": false,
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/aa5e9e2bc532de551bdc898b84c998b073af12d93739698a181da160aea308ea.json",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/e57b17d8bf8d61b539b259fe99cbe2dc5ae6e94bb1b30c9fa2f4aca3ffaafd37.json",
"requiresBootstrapStackVersion": 6,
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
"additionalDependencies": [
Expand Down Expand Up @@ -105,6 +105,12 @@
"data": "CanaryRemovedAutoDeleteUnderlyingResourcesCustomResource697450B4"
}
],
"/cdk-synthetics-canary-auto-delete/DeleteCanary": [
{
"type": "aws:cdk:warning",
"data": "installLatestAwsSdk was not specified, and defaults to true. You probably do not want this. Set the global context flag '@aws-cdk/customresources:installLatestAwsSdkDefault' to false to switch this behavior off project-wide, or set the property explicitly to true if you know you need to call APIs that are not in Lambda's built-in SDK version. [ack: @aws-cdk/custom-resources:installLatestAwsSdkNotSpecified]"
}
],
"/cdk-synthetics-canary-auto-delete/DeleteCanary/Resource/Default": [
{
"type": "aws:cdk:logicalId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
"s3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"s3Key": "3118657de64b062f7bd2b96d7c96725784b665b558af95ccd6f53b593b67d2e8.zip"
"s3Key": "66db480cb40e7e6208f01c9d9e882f4c416110a2c66dd0c6d12844e8ca9129b6.zip"
},
"handler": "index.handler",
"role": {
Expand Down

0 comments on commit 91c52cc

Please sign in to comment.