-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(streaming-kafka-api): Reuse existing service token on MSK Kafka API #731
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you expose the service token both in the MSK Serverless and provisioned? make it a cloudformation output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add what props are required when using the service token? Can you maybe add check? Example we do not need Iam Role.
e179cdd
to
68756bb
Compare
…ed service token in msk serverless - provisioned - api.
699f11f
to
4d1f3b3
Compare
…ervice token by parameters
When deploying multiple stacks with the KafkaAPI, if there is an already existing service token deployed for the custom resource, you can reuse it to reduce the number of resource created.
This will additionally reduce the numbers of IP assigned to the Lambdas (custom resources)
Description of changes:
Checklist
fix:
,feat:
,docs:
, ...)By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.