Replies: 1 comment
-
|
Hi @leeclay95, Multi-account tenancy was added recently. I will appreciate if you can share the scripts to reproduce the issue. I soon I get something I will work on it. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When setting
principal = "*"on anaws_lambda_permissionresource, Lambda invocation only works from the default account (000000000000).Calling the same function from a different 12-digit account returns
ResourceNotFoundExceptionas if the function does not exist.What is the best way i can simulate this locally that will allow any profile i set to invoke lambda functions?
Beta Was this translation helpful? Give feedback.
All reactions