Skip to content

Commit

Permalink
MICRO-53: Few minor format and fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Jul 1, 2024
1 parent 592dce7 commit 3829d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* v8 ignore start */
import {
PublishCommand,
PublishCommandInput,
Expand Down

0 comments on commit 3829d17

Please sign in to comment.