Glifery / cors-proxy

Simple AWS Lambda based proxy server for making CORS requests from browser to any HTTP server
49 stars 31 forks source link

Upgrade serverless to 2.72.3 #35

Closed koxon closed 1 year ago

koxon commented 1 year ago

TheLambda ZIP is detected to be at 0MB with the current version and the the deployment fails.

xavierh81 commented 1 year ago

@koxon I confirm that this PR fix the deployment.

Node v12 can't be used anymore. If you use runtime: nodejs18.x, you will have the same error as @koxon. Updating serverless version will fix this issue :)