aws / aws-encryption-sdk-python

AWS Encryption SDK
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/introduction.html
Apache License 2.0
238 stars 86 forks source link

thread safety up #701

Open mastak opened 2 months ago

mastak commented 2 months ago

Problem:

Thread safety section contains link to the resources doc but aws-encryption-sdk-python does not use boto3 resources and use boto3 client. According to clients doc it's thread-safe and could be used in a multithreaded application.

I read #560 and https://github.com/aws/aws-encryption-sdk-python/issues/11#issuecomment-330716036, there used irrelevant boto docs, because aws-encryption-sdk-python does not use boto3 resource, but client.

Solution:

Review multithreaded guidelines and update doc.