diff --git a/build-layer.sh b/build-layer.sh index 0bbde53..6b6765b 100755 --- a/build-layer.sh +++ b/build-layer.sh @@ -9,7 +9,7 @@ set -e LAYER_NAME=canvas-nodejs LAYER_DESCRIPTION="AWS Lambda Layer with node-canvas and its dependencies packaged, provides a Cairo backed Mozilla Web Canvas API implementation with additional features." -LAYER_VERSION=2.8.3 +LAYER_VERSION=2.8.4 LAYER_AUTHOR="Charoite Lee" # Remove packaged layer if exists diff --git a/nodejs/nodejs b/nodejs/nodejs deleted file mode 120000 index 0c524b7..0000000 --- a/nodejs/nodejs +++ /dev/null @@ -1 +0,0 @@ -nodejs \ No newline at end of file