Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aletrn
/
samgis
like
4
Running
App
Files
Files
Community
a354309
samgis
/
scripts
/
lambda-entrypoint.sh
aletrn
[feat] revert to aws lambda - wip
243f395
about 1 year ago
raw
Copy download link
history
blame
181 Bytes
#!/bin/sh
if
[ -z
"
${AWS_LAMBDA_RUNTIME_API}
"
];
then
exec
/usr/local/bin/aws-lambda-rie /usr/bin/python -m awslambdaric
"
$@
"
else
exec
/usr/bin/python -m awslambdaric
"
$@
"
fi