EliaBoschiero
EliaBoschiero
Can't upload yml files but this should work, it just creates the lambda, but I can reference both the Role and the live alias > If a role isn't specified,...
@shadycuz I did some research and this is actually a SAM feature (Note the transform in the first line of my template. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html), so basically an AWS hosted macro (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html),...
@shadycuz Yes that's right I didn't think about the credentials. Unless you can find the actual code of the AWS transform macro (will look into that) injecting the resources seem...