Stanislas Bernard
Stanislas Bernard
# Configurable entrypoint ## Description As described in #180, it might be useful to be able to run another function than the `main` function as an entrypoint. ## Checklist -...
Currently the entrypoint to the cairo file being run is [hardcoded](https://github.com/lambdaclass/cleopatra_cairo/blob/main/src/serde/deserialize_program.rs#L124) to the `main` function. Since we'd like at Onlydust to leverage your VM to build a fast Cairo test...
I was facing some HTTP code 307 redirects when using the scripts, so I added the possibility to use a `AWS_REGION` environment variable.