smoketurner / serverless-vpc-plugin

Serverless Plugin to create a VPC
MIT License
88 stars 35 forks source link

Support offline packaging #821

Closed nponeccop closed 2 years ago

nponeccop commented 2 years ago

Currently I package my Serverless stack in an environment without any AWS credentials. And then feed the .serverless folder to a separate CD job which deploys the package.

However, I found that serverless-vpc-plugin doesn't work without AWS access: it uses a few AWS API calls to collect essentially static metadata, such as the IP prefixes for firewall config and the list of available endpoints.

Is it possible to add an option to provide that metadata statically, so serverless package runs without any AWS access?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.