-
Notifications
You must be signed in to change notification settings - Fork 86
Revise Examples #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think we can safely stick with one B/C path for all but one A path. ie:
That lets us show the full set of paths without duplicating effort too much. |
Thanks @mattsb42-aws , updated the description. |
Related to customer feedback on the example in the Encryption SDK Developer Guide. The assert in the Encrypting and Decrypting Strings example doesn't work because the decrypted plaintext is not a string. |
@juneb Yeah, definitely, that example should probably be called "Encrypting and Decrypting Bytes" because the |
This is perhaps a case of us being too lenient on our inputs, but that is the decision we made at the time. |
The AWS Encryption SDK Examples in Python is not intuitive/simple to understand. The API usage is not immediately apparent and is buried in a lot of details.
It would be useful to have examples that are a combination of the commonly used APIs, algorithm suites and the type of data (string/stream) to be encrypted/decrypted.
A. Commonly used APIs :
Once we have the Keyring Implementation: #146
B. Types of data for encryption/decryption:
C. Commonly used Algorithm Suite:
Examples:
Also, be sure to include/update the README to help navigate through the examples.
The text was updated successfully, but these errors were encountered: