Skip to content

Commit 9ccdb71

Browse files
committed
Update readme
1 parent a1b3eb6 commit 9ccdb71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**_Important Notice:_**
2+
Due to a [change in the AWS Lambda execution environment](https://aws.amazon.com/blogs/compute/upcoming-updates-to-the-aws-lambda-execution-environment/), Serverless Image Handler v3 deployments are functionally broken. To address the issue we have released [minor version update v3.1.1](https://solutions-reference.s3.amazonaws.com/serverless-image-handler/v3.1.1/serverless-image-handler.template). We recommend all users of v3 to run cloudformation stack update with v3.1.1. Additionally, we suggest you to look at v4 of the solution and migrate to v4 if it addresses all of your use cases.
3+
14
# AWS Serverless Image Handler Lambda wrapper for SharpJS
25
A solution to dynamically handle images on the fly, utilizing Sharp (https://sharp.pixelplumbing.com/en/stable/).
36
Published version, additional details and documentation are available here: https://aws.amazon.com/solutions/serverless-image-handler/
@@ -35,7 +38,7 @@ cd serverless-image-handler/deployment
3538

3639
* Now build the distributable
3740
```bash
38-
sudo ./build-s3-dist.sh $DIST_OUTPUT_BUCKET $TEMPLATE_OUTPUT_BUCKET $VERSION
41+
sudo ./build-s3-dist.sh $DIST_OUTPUT_BUCKET $VERSION
3942
```
4043

4144
* Deploy the distributable to an Amazon S3 bucket in your account. Note: you must have the AWS Command Line Interface installed.

0 commit comments

Comments
 (0)