would option 1) modify the table and add a stream?
w
witty-candle-66007
03/02/2021, 5:10 PM
getTable will not bring the table under management and so you would not be able to modify it.
Instead, you would have to import the table(s) and then you would be able to modify the resource in your pulumi code.
There are a couple of ways to import as described in that document. The command line approach may be best since it can take as input a json of table to import and will produce scaffolding code you can then put in a pulumi program to manage/modify the table(s) going forward.
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.