brave-angle-33257
10/14/2021, 8:16 PMbuildspec.yml
file I'm trying to read in to aws.codebuild.Project as a variable, but using fs.readFileSync
I get: Type 'Buffer' is not assignable to type 'Input<string>'.
source: {
type: "NO_SOURCE",
buildspec: fs.readFileSync("./buildspec.yml").toString(),
},
little-summer-88406
10/15/2021, 3:29 AMbrave-angle-33257
10/15/2021, 3:30 AM