venveo / serverless-sharp

Serverless image optimizer for S3, Lambda, and Cloudfront
https://venveo.github.io/serverless-sharp/
MIT License
168 stars 34 forks source link

AWS Lambda Extending State to All Functions #105

Closed gregBerthelot closed 2 years ago

gregBerthelot commented 3 years ago

Hi

Received this from AWS

AWS Lambda is extending the capability to track the current state of a function through its lifecycle to all functions. With this change, you may need to update CLI and/or SDK-based automation workflows around creating and updating functions by adding a check that the function became active before performing additional actions that operate on the function. ... If you are using these tools and are already on the latest Software Development Kit (SDK), you do not need to take any action, and can stop reading now. If you are using an earlier SDK version, please update to the latest one.

Do you expect to update something on your end?

Thanks Greg