dubravcik / pbixrefresher-python

Refresh Power BI reports programmatically for free
MIT License
122 stars 54 forks source link

Scheduled rest requests from aws #3

Closed kosmik5 closed 6 years ago

kosmik5 commented 6 years ago

HI,

I have to call some endpoint of my application occasionally. I understand that I can make aws lambda work that will be activated by aws trigger and that lambda will call my rest endpoint. Could aws lambda be evaded here? As it were, is it possible to make aws trigger to call my rest endpoint rather than aws lambda function?

Thank You Hariprasad