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

BYO DynamoDB table to aws-apigateway-dynamodb #53

Closed
1 of 2 tasks
hayesry opened this issue Sep 3, 2020 · 1 comment
Closed
1 of 2 tasks

BYO DynamoDB table to aws-apigateway-dynamodb #53

hayesry opened this issue Sep 3, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@hayesry
Copy link
Contributor

hayesry commented Sep 3, 2020

Similar to how an existingLambdaObj? can be supplied for select patterns to bring-your-own Lambda function, I'm seeking the ability to bring-your-own DynamoDB table to this pattern.

Use Case

This feature would be useful if the user already has a DynamoDB table in their account that they would like to retroactively wrap an API around using the pattern OR if they are using another Solutions Constructs pattern that deploys a table, and they would like to hook an API onto that table.

Proposed Solution

Add an existingTableObj? pattern prop, similar to aws-dynamodb-stream-lambda or aws-lambda-dynamodb.

Other

N/A

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@hayesry hayesry added feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged labels Sep 3, 2020
@hnishar hnishar added enhancement New feature or request and removed needs-triage The issue or PR still needs to be triaged feature-request A feature should be added or improved labels Sep 18, 2020
@hayesry hayesry removed their assignment Dec 21, 2020
@hnishar hnishar added in-progress This issue is being actively worked on and removed in-progress This issue is being actively worked on labels Dec 21, 2020
@hnishar
Copy link
Contributor

hnishar commented Dec 23, 2020

This update was released in v1.78.0

@hnishar hnishar closed this as completed Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants