daniel-cottone / serverless-es-logs

A Serverless plugin to transport logs to ElasticSearch
MIT License
54 stars 32 forks source link

fix(vpcPermissions): Make VPC permissions are Optional #509

Open charanack opened 3 years ago

charanack commented 3 years ago

📖 Description

Currently, VPC permissions are added by default but they should be optional. if the user provides VPC config then VPC permission should automatically be attached to the role. this PR address this issue.

✅ Closes Issue