-
Notifications
You must be signed in to change notification settings - Fork 14
Typescript support? #990
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
Hi @cananda, It's on our roadmap, but no date has been decided right now. Thanks! |
Also very interested in this. Use case is to encrypt specific field values in records to protect user privacy. Given that Typescript/Javascript and Python are by far the most popular languages for Lambda functions it is odd that neither are supported. According to Datadog, nearly 80% of Lambda invocations are in one of these two runtimes. AWS probably know this already :) |
+1 for this. We have a multi-tenant SaaS that is currently using DDB as the storage solution. Having Typescript SDK support would allow us to support sensitive customers as they can provide their own key. |
+1 also. Python and JS/TS are a must have for this. We are a serverless setup also and run all our lambdas using these 2 languages. Note, even JS/Python bindings to the underlying compiled SDK would probably suffice. |
Hello!
Was wondering if typescript is on the roadmap for the dynamodb encryption SDK?
Chida
The text was updated successfully, but these errors were encountered: