in packages/app/src/handlers/set-log-shipping.ts [43:57]
await updateStructuredFieldsData(
s3,
lambda,
ecs,
structuredDataBucket,
structuredDataKey,
);
const logShippingLambdaName = logShippingLambdaArn.split(':')[6];
// get list of log groups
const allGroups = await getCloudWatchLogGroups(cloudwatchLogs);
// subscribe those groups that should have shipping enabled
const logShippingLambdaLogGroupName = `/aws/lambda/${logShippingLambdaName}`;