Skip to content

Instantly share code, notes, and snippets.

@taobun
Last active July 9, 2020 17:07
Show Gist options
  • Save taobun/638456c9190230f7ef144e2fde15a42f to your computer and use it in GitHub Desktop.
Save taobun/638456c9190230f7ef144e2fde15a42f to your computer and use it in GitHub Desktop.
curl --location --request POST '<your_api_endpoint>' \
--header 'Content-Type: application/json' \
--data-raw '{
"executable": "IyEvdXNyL2Jpbi9lbnYgcHl0aG9uMwoKaW1wb3J0IHN5cwoKZGVmIG1haW4oZGF0YSk6CiAgICByZXR1cm4gZGF0YQoKCmlmIF9fbmFtZV9fID09ICJfX21haW5fXyI6CiAgICB0cnk6CiAgICAgICAgcHJpbnQobWFpbigqc3lzLmFyZ3ZbMTpdKSkKICAgIGV4Y2VwdCBFeGNlcHRpb24gYXMgZToKICAgICAgICBwcmludChzdHIoZSksIGZpbGU9c3lzLnN0ZGVycikKICAgICAgICBzeXMuZXhpdCgxKQo=",
"calldata": "\"Hello lambda\"",
"timeout": 3000
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment