-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: DynamoDB Table ARN #3500
Conversation
Hey @stack72 – what do you think about instead of setting |
@catsby I actually did that originally, but it was a heavy query and made the test time move from 125seconds to 281seconds. I didn't think that degrading the resource by that much was worth it. Happy to change it though - it does make it more consistent with the other resource FYI, here are the test results to show the time differences:
|
It seems there are a few other properties that are not set as well until the next read, so that change makes sense to me |
I'm happy with that :) Change is on it's way |
provider/aws: DynamoDB Table ARN
Thanks! |
…nc_graphql_api resource/appsync_graphql_api: Support import
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
After the DynamoDB table is created, the ARN wasn't being set. Fixes #3497