Skip to content

Commit

Permalink
cast NodeHttpHandler to any because the version we are using locally …
Browse files Browse the repository at this point in the history
…is not the same that is available in the lambda
  • Loading branch information
mrgrain committed Sep 20, 2023
1 parent 2d0ce20 commit 334222f
Show file tree
Hide file tree
Showing 27 changed files with 1,223 additions and 2,082 deletions.
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"version": "34.0.0",
"files": {
"77997674c0a10fbb65169124ad6c0d7a664b6162ad44f9abfa22fd006b33f754": {
"b7c985ebfbf370ce93607a33c3851adc0b2b6a530f4c06be487e3c2ec3c06c39": {
"source": {
"path": "asset.77997674c0a10fbb65169124ad6c0d7a664b6162ad44f9abfa22fd006b33f754.bundle",
"path": "asset.b7c985ebfbf370ce93607a33c3851adc0b2b6a530f4c06be487e3c2ec3c06c39.bundle",
"packaging": "zip"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "77997674c0a10fbb65169124ad6c0d7a664b6162ad44f9abfa22fd006b33f754.zip",
"objectKey": "b7c985ebfbf370ce93607a33c3851adc0b2b6a530f4c06be487e3c2ec3c06c39.zip",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
},
"061cbd7ca50d069cee42045f354189b29f47daf17b5c028138049dac8bbed977": {
"6c4fbdcd24ef64f00d9004020a8b9ddf92ea0b90504dce4c0cc3f52b5e969a05": {
"source": {
"path": "LambdaNodeJsLatestIntegDefaultTestDeployAssertD40B5C28.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "061cbd7ca50d069cee42045f354189b29f47daf17b5c028138049dac8bbed977.json",
"objectKey": "6c4fbdcd24ef64f00d9004020a8b9ddf92ea0b90504dce4c0cc3f52b5e969a05.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 @@ -27,7 +27,7 @@
}
},
"flattenResponse": "false",
"salt": "1694458952904"
"salt": "1695252078080"
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
Expand Down Expand Up @@ -127,7 +127,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "77997674c0a10fbb65169124ad6c0d7a664b6162ad44f9abfa22fd006b33f754.zip"
"S3Key": "b7c985ebfbf370ce93607a33c3851adc0b2b6a530f4c06be487e3c2ec3c06c39.zip"
},
"Timeout": 120,
"Handler": "index.handler",
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 334222f

Please sign in to comment.