I want to create lambda functions which run occasionally (say once every 15 mins) and issue an API request to the betfair API.
They will reuse an existing login token (or login if no token exists) and will undoubtedly be making the requests from different IPs.
Will this cause any issue? Or are people using lambda functions without having any problems with the betfair API?
They will reuse an existing login token (or login if no token exists) and will undoubtedly be making the requests from different IPs.
Will this cause any issue? Or are people using lambda functions without having any problems with the betfair API?

