I'm testing out CodeStar with the default NodeJS & serverless template. For some reason this template defaults to nodejs 8.11 for the runtime environment and 6.10 for the build environment.
In order to sync them I'm attempting to override the build image so that it matches. Unfortunately, I'm hitting an error:
The weird thing about this is that I don't have any roles with that name. Haven't had much to do with AWS so quite possible I'm overlooking something obvious here?