diff --git a/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-formatting.ts.template b/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-formatting.ts.template index 36ceff02..77ab062a 100644 --- a/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-formatting.ts.template +++ b/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-formatting.ts.template @@ -22,7 +22,7 @@ export function extractNameFromExecutionArn(arn: string) { /** * Extracts the name from a resource name string. * It assumes our resource name is in the correct format - * Eg: tt-int-shippit-order-dev-createShippitOrder + * Eg: brand-int-service-name-stage-resourceName * * @param {string} resourceName - The resource name string. * @returns {string} The extracted name from the resource name. diff --git a/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-sns.ts.template b/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-sns.ts.template index ae8e964d..522ff518 100644 --- a/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-sns.ts.template +++ b/tools/serverless-plugin/src/generators/service/notification-files/src/utils/aws-sns.ts.template @@ -1,3 +1,4 @@ +/* v8 ignore start */ import { PublishCommand, PublishCommandInput,