rurri / serverless-resources-env

Serverlss framework plugin, which after a deploy, fetches cloudformation resource identifiers and sets them on AWS lambdas, and creates local ./.serverless-resources-env/.<region>_<stage>_<function-name> file
MIT License
20 stars 7 forks source link

Fetching CF Resources only fetches the first 100 resources #6

Closed tloltman closed 6 years ago

tloltman commented 7 years ago

This is currently using the describeStackResources method which is limited to 100 resources. It should use listStackResources and will have to handle resource pagination.

rurri commented 6 years ago

Fix merged to master