k1LoW / serverless-s3-sync

A plugin to sync local directories and S3 prefixes for Serverless Framework :zap:
182 stars 68 forks source link

Fix offline detection #109

Closed georgehb closed 5 months ago

georgehb commented 1 year ago

serverless offline now only sets process.env.IS_OFFLINE for the lambda handlers and not for serverless plugins.

So the env variable can't be relied on any more