We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22375a6 commit 1753652Copy full SHA for 1753652
src/stack/iacStack.ts
@@ -94,7 +94,9 @@ export class IacStack extends ros.Stack {
94
if (readCodeSize(fnc.code) > CODE_ZIP_SIZE_LIMIT) {
95
code = {
96
ossBucketName: destinationBucket.attrName,
97
- ossObjectName: fileSources?.find(({ fcName }) => fcName === fnc.name)?.objectKey,
+ ossObjectName: fileSources?.find(
98
+ ({ fcName }) => fcName === replaceReference(fnc.name, context),
99
+ )?.objectKey,
100
};
101
}
102
new fc.RosFunction(
0 commit comments