Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
test endpoints with lambda function
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 15, 2023
1 parent 12a6b67 commit a5a0545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hydrocronapi/controllers/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ def lambda_handler(event, context):
This function queries the database for relevant results
"""
print("test timeseries 1")
print("params")
print(event['params'])
print("body")
print(event.body)
print(event['body'])
print("feature")
print(event['body']['feature'])

data = {}

Expand Down

0 comments on commit a5a0545

Please sign in to comment.