Skip to content
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

errorMessage': "module 'aws_encryption_sdk' has no attribute 'KMSMasterKeyProvider'" #14

Open
gulati-diksha opened this issue May 19, 2021 · 1 comment

Comments

@gulati-diksha
Copy link

Hi

I followed the blog post https://aws.amazon.com/blogs/aws/using-callback-urls-for-approval-emails-with-aws-step-functions/ and had the encryption enabled, however it the functionality fails as it throws an error

{'errorMessage': "module 'aws_encryption_sdk' has no attribute 'KMSMasterKeyProvider'", 'errorType': 'AttributeError', 'stackTrace': ['  File "/var/lang/lib/python3.8/imp.py", line 234, in load_module\n    return load_source(name, filename, file)\n', '  File "/var/lang/lib/python3.8/imp.py", line 171, in load_source\n    module = _load(spec)\n', '  File "<frozen importlib._bootstrap>", line 702, in _load\n', '  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked\n', '  File "<frozen importlib._bootstrap_external>", line 783, in exec_module\n', '  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed\n', '  File "/var/task/create_urls.py", line 50, in <module>\n    MASTER_KEY_PROVIDER = aws_encryption_sdk.KMSMasterKeyProvider(\n']}

I am trying to look and check the createUrls code but unable to do so. Can you please help me in resolving this, it's an urgent requirement.

Appreciate any help I can get @benkehoe @bbernays. Thank you.

@stewartcampbell
Copy link

see #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants