vltmn / fastsite

Node JS tool to deploy static websites to S3 with a cloudfront deployment
MIT License
0 stars 2 forks source link

recurse nextToken on listing stacks #16

Closed oscarmuhr closed 3 years ago

oscarmuhr commented 3 years ago

When listing stacks before deploy, the nextToken is ignored and all stacks are not listed. Created a recursive method that looks through all stacks available and then proceeds to use the previous logic to check if stack is valid.

vltmn commented 3 years ago

Thanks for the PR! It looks good 🔥 Could you rebase it on master so the new and fresh lints run?