-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fromTableName and fromTableArn #3895
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
Comments
rhboyd
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Sep 1, 2019
Another use case is subscribing a lambda function to an existing(defined elsewhere) table stream. |
Sorry for the long delay. This seems like a totally reasonable add! 😸 |
2 tasks
Is it possible to do this using any lower level APIs? |
Any news for that? Need it desperately.... |
Any progress on it? Might I contribute PR for it. |
Go ahead @zxkane . |
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 3, 2019
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 3, 2019
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 3, 2019
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 18, 2019
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 18, 2019
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 18, 2019
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 24, 2019
zxkane
added a commit
to zxkane/aws-cdk
that referenced
this issue
Dec 24, 2019
mergify bot
added a commit
that referenced
this issue
Dec 26, 2019
Closes #3895. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
🚀 Feature Request
General Information
Description
The DynamoDB Table Construct should support two static methods fromTableName and fromTableArn to create Table objects so that grant*() methods can be used to give Lambda Functions permissions to CRUD the Table.
Proposed Solution
Ctrl + C / Ctrl + V from maybe S3 Buckets.
Environment
Other information
The text was updated successfully, but these errors were encountered: