Skip to content

Creating function for hello_world example leads to "403 Forbidden" #4

Description

@hkoziolek

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions