the lambda function calls and processes a https re...
# 💻developers
b
the lambda function calls and processes a https request to the NHL API to get standings stats. i use axios in botpress custom execute code card to call this lambda function into botpress. now saving the data to the table in botpress is the tricky part. 81 keys for each team. the name of each key needs to be a colom name in botpress table. then i can log each teams 81 keys standing stats in the table. the idea is to call this data back into a variable that has the same data structure as if i were to just call the api data from the lambda function that gets stored into a workflow variable. i am trying to save this data into a table before saving it into a variable now.
5 Views