You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support #109, another Lambda function should be written which processes API gateway requests for querying the database. Some initial query parameters could be supported, e.g. /objects?key=...&bucket=..., or we could have some sort of filter query parameter, e.g. /objects?filter=bucket:bucket-name.
The text was updated successfully, but these errors were encountered:
In order to support #109, another Lambda function should be written which processes API gateway requests for querying the database. Some initial query parameters could be supported, e.g.
/objects?key=...&bucket=...
, or we could have some sort of filter query parameter, e.g./objects?filter=bucket:bucket-name
.The text was updated successfully, but these errors were encountered: