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

fix(custom_resources): Provider Lambda function is missing lambda:GetFunctionConfiguration permission #27204

Closed
wants to merge 10 commits into from
  •  
  •  
  •  

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
{
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"/d0cab4f3aebe4f52fdf66c55a0f19de4f8791cfc40321a1f04e280a8f6cd8fb5.json"
"/890abeec6c63e1c03c8fcd958d59a13e189b3481d34488ef686935e609d68d64.json"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,16 @@
}
]
},
{
"Action": "lambda:GetFunctionConfiguration",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"OnEventHandler42BEBAE0",
"Arn"
]
}
},
{
"Action": "states:StartExecution",
"Effect": "Allow",
Expand Down Expand Up @@ -422,6 +432,16 @@
]
}
]
},
{
"Action": "lambda:GetFunctionConfiguration",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"OnEventHandler42BEBAE0",
"Arn"
]
}
}
],
"Version": "2012-10-17"
Expand Down Expand Up @@ -556,6 +576,16 @@
]
}
]
},
{
"Action": "lambda:GetFunctionConfiguration",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"OnEventHandler42BEBAE0",
"Arn"
]
}
}
],
"Version": "2012-10-17"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
{
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-eu-west-1"
},
"/4c399bfaa320a438afb9567385ae4bf2a46dcc8d21b5664729d283ba24f61c4f.json"
"/648c2e8162bec7fa8096132439cb0afcf095718de059cb7aa6c7109bec7d2356.json"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,16 @@
}
]
},
{
"Action": "lambda:GetFunctionConfiguration",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"OnEventHandler42BEBAE0",
"Arn"
]
}
},
{
"Action": "states:StartExecution",
"Effect": "Allow",
Expand Down Expand Up @@ -418,6 +428,16 @@
]
}
]
},
{
"Action": "lambda:GetFunctionConfiguration",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"OnEventHandler42BEBAE0",
"Arn"
]
}
}
],
"Version": "2012-10-17"
Expand Down Expand Up @@ -552,6 +572,16 @@
]
}
]
},
{
"Action": "lambda:GetFunctionConfiguration",
"Effect": "Allow",
"Resource": {
"Fn::GetAtt": [
"OnEventHandler42BEBAE0",
"Arn"
]
}
}
],
"Version": "2012-10-17"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading