LambdaSim icon indicating copy to clipboard operation
LambdaSim copied to clipboard

Creating function for hello_world example leads to "403 Forbidden"

Open hkoziolek opened this issue 3 years ago • 0 comments

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?

hkoziolek avatar Apr 04 '22 11:04 hkoziolek