This message was deleted.
# getting-started
s
This message was deleted.
c
I’m working on a similar issue with the awsx.apigateway.API For FargateService you can access the
service.service.iamRole
as an
Output<string>
for a role arn, but not sure yet how to translate that to a role name needed for PolicyAttachments
I think the better route for
awsx.apigateway.API
is to use an
aws.lambda.CallbackFunction
to pass in a role that can be created with any Policy / Permissions I need
Yes, the CallbackFunction worked for me
q
ok thanks 🙂