Storing Instruments Data via Batch + Lambda every day

proximus
Hello !

I want to store the instruments data in my database daily morning (as suggested at documentation here: https://kite.trade/docs/connect/v3/market-quotes/ on AWS via a combination of Lambda and Batch processors, but theres also the restriction on access_token which makes this kinda difficult to implement. One workaround is to log in everyday, update the token in the secrets and use that access token to query the API via the lambda function but is there any better approach?

Thanks in advance!
Sign In or Register to comment.