I am trying to set up the "hello_world" example locally:
make create_function APP_DIR=./apps/hello_world
I get the following error message:
if [ ! -f "./LambdaFmiVenvPython27.zip" ]; then wget https://s3-us-west-2.amazonaws.com/lambda-sim/LambdaFmiVenvPython27.zip; fi
--2022-04-04 13:15:22-- https://s3-us-west-2.amazonaws.com/lambda-sim/LambdaFmiVenvPython27.zip
Proxy request sent, awaiting response... 403 Forbidden
2022-04-04 13:15:23 ERROR 403: Forbidden.
Seems it cannot get access to the LambdaFmiVenvPython27.zip file needed. Running
wget https://s3-us-west-2.amazonaws.com/lambda-sim/LambdaFmiVenvPython27.zip
gets the same 403 Forbidden error. Is there any way to make the file available once more?
I am trying to set up the "hello_world" example locally:
make create_function APP_DIR=./apps/hello_world
I get the following error message:
if [ ! -f "./LambdaFmiVenvPython27.zip" ]; then wget https://s3-us-west-2.amazonaws.com/lambda-sim/LambdaFmiVenvPython27.zip; fi
--2022-04-04 13:15:22-- https://s3-us-west-2.amazonaws.com/lambda-sim/LambdaFmiVenvPython27.zip
Proxy request sent, awaiting response... 403 Forbidden
2022-04-04 13:15:23 ERROR 403: Forbidden.
Seems it cannot get access to the LambdaFmiVenvPython27.zip file needed. Running
wget https://s3-us-west-2.amazonaws.com/lambda-sim/LambdaFmiVenvPython27.zip
gets the same 403 Forbidden error. Is there any way to make the file available once more?