You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that I must create IAM role for lambda execution role myself (hopefully, when we specify VPC configuration in this component, I wish it would create an appropriate role itself in background).
Also one more issue is roleArn in Readme is miss-spelled, it should be roleName.
I note this for anyone else facing this issue in the future.
I've encountered this also when setting the vpcConfig. I've created the role component for it and then end up needing additions to the role, so that has just became part of my standard project layout.
It would be nice if setting the vpcConfig took care of the policies for the cases where a custom role is not required.
At minimum it should probably have an example of how to deal with this in the documentation and show information that would help the user get to the solution.
When I add this configuration, I get the following error upon the deployment:
This component should add required permission for Lambda.
One odd thing is that rather graphql component is doing right job for this part.
The text was updated successfully, but these errors were encountered: