-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠ Project Status: Deprecated? Or Node 18 Support Coming? #803
Comments
@alkami-jdalrymple |
Hi @alkami-jdalrymple
|
@ar90n Unfortunately, that was one of the first workarounds that we tried, and it isn't allowed for later version of Node. We've been looking for an alternative to this, and it seems like everyone points to this project, and it doesn't look like there's any real alternative. The biggest problem here is that it's not just Node that doesn't support these, it's the fact that modern machine have remove legacy OpenSSL ciphers in order to prevent downgrade attacks. So they don't even exist on most machines, even if I'm not sure we have the capacity to take on an OSS project like that either, but I'm also not sure how viable this is without an update to I'm surprised there hasn't been more involvement from the greater community on some of these things, but I've also noticed that a lot of other Serverless projects haven't had many updates in a while either. Maybe Serverless doesn't have the traction that it used to. 🙁 EDIT: Just found |
@alkami-jdalrymple |
I started to develop https://github.com/ar90n/serverless-s3-local/tree/v0.9.0 |
If you're going to move to minio, how will this project be any different than serverless-offline-s3 which already depends on an external s3-compatible API like minio. I recently switched several projects away from serverless-offline-s3 to serverless-s3-local because of the simpler implementation. Now it's going to switch right back? |
@pianomansam serverless-s3-local is designed to be used without extra configuration except for serverless.yml. This means that serverless-s3-local launch and configure minio as its backend. I'm not familiar with serverless-offline-s3. But I guess that serverless-offline-s3 is not designed to be as it. If my view is wrong, I'm so sorry. |
Good evening!
We're currently running into a number of issues with
serverless-s3-local
, and upon digging deeper, we noticed that this project is heavily reliant on a project that ceased development several years ago. Most notably,s3rver
has not been actively maintained since 2020.Three years later, with AWS removal of Node 14 fast approaching, and Node 16's demise around the corner, there's a major need for this project (and others) to update in order to support Node 18.
Presently, the most egregious is
s3rver
's lack of support for latest Crypto envelope routines:Given the popularity of this project, and the fact that it is likely the only present solution for emulating S3 buckets locally for iterative development of S3-dependent lambda services (among other things), it would be crippling to lose offline S3 support.
Are there plans to continue to maintain this project?
The text was updated successfully, but these errors were encountered: