diff --git a/lib/make/aws/cdk.mk b/lib/make/aws/cdk.mk index ded7603..21abbbe 100644 --- a/lib/make/aws/cdk.mk +++ b/lib/make/aws/cdk.mk @@ -8,4 +8,4 @@ aws/cdk/destroy-bootstrap: .PHONY: aws/cdk/install aws/cdk/install: - npm install -g aws-cdk \ No newline at end of file + npm install -g aws-cdk diff --git a/lib/make/aws/cloudwatch.mk b/lib/make/aws/cloudwatch.mk index 888773e..053c0f8 100644 --- a/lib/make/aws/cloudwatch.mk +++ b/lib/make/aws/cloudwatch.mk @@ -4,4 +4,4 @@ aws/cloudwatch/logs/delete-log-groups-prefix: $(call assert-set,AWS_ACCOUNT_ID) @aws logs describe-log-groups --log-group-name-prefix '/aws/lambda/ul-dev-' --query 'logGroups[*].logGroupName' --output text | tr '\t' '\n' | while read log_group; do \ aws logs delete-log-group --log-group-name $$log_group; \ - done \ No newline at end of file + done diff --git a/lib/make/aws/cognito.mk b/lib/make/aws/cognito.mk index 4337404..e9a5fd0 100644 --- a/lib/make/aws/cognito.mk +++ b/lib/make/aws/cognito.mk @@ -16,4 +16,4 @@ aws/cognito/list-identity-pools: .PHONY: aws/cognito/user-pool/list-users aws/cognito/user-pool/list-users: - @aws cognito-idp list-users --user-pool-id $(AWS_COGNITO_USER_POOL_ID) \ No newline at end of file + @aws cognito-idp list-users --user-pool-id $(AWS_COGNITO_USER_POOL_ID) diff --git a/lib/make/aws/dynamodb.mk b/lib/make/aws/dynamodb.mk index 70a5d06..13ffe8a 100644 --- a/lib/make/aws/dynamodb.mk +++ b/lib/make/aws/dynamodb.mk @@ -1,3 +1,3 @@ .PHONY: aws/dynamodb/list-tables aws/dynamodb/list-tables: - aws dynamodb list-tables \ No newline at end of file + aws dynamodb list-tables diff --git a/lib/make/aws/sts.mk b/lib/make/aws/sts.mk index 1a77f14..d681f97 100644 --- a/lib/make/aws/sts.mk +++ b/lib/make/aws/sts.mk @@ -26,4 +26,4 @@ aws/sts/delete-session-token: .PHONY: aws/sts/describe-caller-identity ## Describe caller identity aws/sts/describe-caller-identity: - aws sts get-caller-identity --output json \ No newline at end of file + aws sts get-caller-identity --output json diff --git a/lib/make/nuke.mk b/lib/make/nuke.mk index bfcf423..347e2ec 100644 --- a/lib/make/nuke.mk +++ b/lib/make/nuke.mk @@ -19,4 +19,4 @@ nuke/run: .PHONY: nuke/dry-run nuke/dry-run: - aws-nuke --config $(WORKSPACE)/packages/infra/nuke-config.yaml \ No newline at end of file + aws-nuke --config $(WORKSPACE)/packages/infra/nuke-config.yaml