serverless sam export --output ./media-sam-template-ci.yml ignores the vpc configuration defined in serverless.yml file.
Expected:
Convert subnetIds and securityGroupIds defined under vpc section of serverless.yml file to VpcConfig section of sam template.
Actual:
No VpcConfig section is created.
serverless sam export --output ./media-sam-template-ci.yml ignores the vpc configuration defined in serverless.yml file.
Expected:
Convert subnetIds and securityGroupIds defined under vpc section of serverless.yml file to VpcConfig section of sam template.
Actual:
No VpcConfig section is created.