Open
Description
vpcConfig: # (optional) lambda vpc configuration. default is null.
securityGroupIds: # (optional) lambda vpc security group ids.
- xxx
- xxx
subnetIds: # (optional) lambda vpc subnet ids.
- xxx
- xxx
When I add this configuration, I get the following error upon the deployment:
The provided execution role does not have permissions to call CreateNetworkInterface on EC2
This component should add required permission for Lambda.
One odd thing is that rather graphql component is doing right job for this part.
Metadata
Metadata
Assignees
Labels
No labels