HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
128 stars 52 forks source link

Enable AWS Lambda for full REST API #93

Closed jreadey closed 2 years ago

jreadey commented 3 years ago

Enable HSDS to deployed as a Lambda function that supports the entire REST API (including write operations)

jreadey commented 2 years ago

This is enabled in master now.

AWS API Gatewy can be configured to use Lambda but adding the single route: "$default". With this, the entire integration suite can run under lambda.

Performance is rather limited though - so more work will be needed there.