softprops / serverless-rust

⚡ 🦀 a serverless framework plugin for rustlang applications
https://www.npmjs.com/package/serverless-rust
MIT License
541 stars 81 forks source link

Release new NPM package version #109

Open StefanNienhuis opened 2 years ago

StefanNienhuis commented 2 years ago

The latest NPM package version is v0.3.8, committed on the 4th of June 2020. Since then, many fixes have been committed, but a new NPM package hasn't been released. Could you publish an updated one?

StefanNienhuis commented 2 years ago

After #112, I'd like to see this new version published.

@softprops friendly ping

Quantumplation commented 2 years ago

:eyes: Bumping on this again?

StefanNienhuis commented 1 year ago

@softprops ?

johan-smits commented 10 months ago

@softprops the following is already fixed in the main branch but not released. Could you make a release?

Because AWS is ending the support of the current provided runtime:

We are contacting you as we have identified that your AWS Account currently has one or more Lambda functions using Custom Runtime based on Amazon Linux 1 ('provided') runtime.

We are ending support for Custom Runtime based on Amazon Linux 1 in AWS Lambda, in line with Amazon Linux AMI end of maintenance support on December 31, 2023 [1].

As described in the Lambda runtime support policy [2], end of support for language runtimes in Lambda happens in two stages. Starting December 31, 2023, Lambda will no longer apply security patches and other updates to the Custom Runtime based on Amazon Linux 1 runtime used by Lambda functions, and functions using Custom Runtime based on Amazon Linux 1 will no longer be eligible for technical support. In addition, you will no longer be able to create new Lambda functions using the Custom Runtime based on Amazon Linux 1 runtime. Starting January 30, 2024, you will no longer be able to update existing functions using the Custom Runtime based on Amazon Linux 1 runtime.

We recommend that you upgrade your existing Custom Runtime based on Amazon Linux 1 functions to Custom Runtime based on Amazon Linux 2 ('provided.al2') before December 31, 2023.

johan-smits commented 10 months ago

For the people that are trying the master branch I ran into this issue: #122