Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add iam:CreateServiceLinkedRole to allow API GW custom domain creation #51

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

crispy101
Copy link
Contributor

To address Serverless error of "Caller does not have permissions to create a Service Linked Role."

@crispy101 crispy101 requested review from TheOrangePuff and a user June 27, 2024 06:24
@crispy101 crispy101 requested a review from a team as a code owner June 27, 2024 06:24
{
name: "IAM",
prefix: `arn:aws:iam::${accountId}:role`,
qualifiers: ["*"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a wildcard? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find. Fixed, based on the actual usecase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants