How to add tags to aws resources created by spring stream cloud with kinesis binder and kcl enabled

83 Views Asked by At

I have spring cloud stream application with kinesis binder

The application can create resources on startup if not exists: kinesis streams, dynamodb tables for kcl

I would like that on creation of those resources i will be able to add custom tags to each of the resources , as if i would create them from console, cli or java sdk tools

is this possible ? How can I do that? some example will be great

Thanks

1

There are 1 best solutions below

1
Artem Bilan On BEST ANSWER

It is not possible at the moment.

If that is not so hard, we can consider some ResourceConfigurer abstraction to ask end-user to provide before calling creation for those resources.

Otherwise, please, really go ahead with AWS console to create those resources in advance.