I am working with Amazon Kinesis service and using AWS SDK for .NET my application will create an instance of AmazonKinesisClient when the service starts up the first time and then will reuse the the client object when it makes the PutRecord. I found out that the AWS4 Signature expires after 7 days. Is this correct? If so, how can I make my application check if signature is valid and if not, re-acquire the signature automatically? is there any inbuilt way of doing this from AWS? Is there any way of doing this before an exception gets thrown or is the only other way is to set a timer and automatically recreate a client every few days or is wait for an exception to happen and then recreate the client? Sorry if the question is rudimentary but I am new to AWS and not sure the right approach to do this. Thank you for your help.
Aucun commentaire:
Enregistrer un commentaire