Closed philidem closed 4 years ago
immediately added to the logger once it is created in our managed runtime environment instead of here in the sdk.
I think this is definitely the right place to do it. @philidem, you'll see that it can be easily added here https://bitbucket.org/lifeomic/jupiter-integration-qualys/src/c118dee650ae573cd2451f9f80d40c25f01296c3/src/lambda/index.ts#lines-37, and we'll be sure the runtime library carries that on for all the integrations.
Considering that the two main functions that start an integration (
executeIntegrationInstance
andinitiateSynchronization
) accept an input logger, I'm thinking it might make a little more sense to have theaccountId
andintegrationInstanceId
be immediately added to the logger once it is created in our managed runtime environment instead of here in the sdk.