thankful-baker-35507
10/03/2020, 12:27 PMpulumi_aws.lambda_.FunctionVpcConfigArgs
as per the documentation, I get an error AttributeError: module 'pulumi_aws.lambda_' has no attribute 'FunctionVpcConfigArgs'
. Has anyone managed to deploy AWS Lambda function within a VPC before?pulumi_aws
package, which didn't have FunctionVpcConfigArgs
implemented yet. Upgraded to v3.5.0
and all works fine now.