activescott / serverless-aws-static-file-handler

Easily serve static files with the Serverless Framework on AWS Lambda.
MIT License
52 stars 14 forks source link

feat: upgrading future development and testing of this plugin exclusively to Serverless v3 #284

Closed activescott closed 9 months ago

activescott commented 9 months ago

Upgrading this to Serverless v3. I haven't changed any behavior or code to do this so I expect this will continue to work with Serverless v2, but I do not plan to test against Serverless v2 going forward. The tests have been using Serverless v3 for some time now per https://github.com/activescott/serverless-aws-static-file-handler/blame/c779fdd93662784c1a7b651057764d64734b13fb/examples/serverless-offline/package.json#L16 so this should be of negligible impact.

So why? The serverless community is focused on the v3 version at this point and Serverless v2 brings along a few vulnerability warnings due to it's outdated dependencies that I'd prefer to not ignore.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 4.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: