Skip to content

Commit 8cc7fee

Browse files
authored
Remove API Gateway and call Lambda Function URLs from Cloudfront (#187)
1 parent fc903f1 commit 8cc7fee

File tree

7 files changed

+170
-306
lines changed

7 files changed

+170
-306
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ test_live_integration: install
101101
yarn test:live
102102

103103
test_unit: install
104-
yarn typecheck
105104
yarn lint
106-
cfn-lint cloudformation/**/* --ignore-templates cloudformation/phony-swagger.yml -i W3660
105+
cfn-lint cloudformation/**/*
107106
yarn prettier
108107
yarn test:unit
109108

cloudformation/custom-domain.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)