Skip to content

Commit a592ff1

Browse files
committed
feat(api-gateway-2): use api gateway v2 for all environments due to cost & performance
1 parent 5f0abca commit a592ff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vapor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ environments:
55
domain:
66
- mapmarker.io
77
- cdn.mapmarker.io
8+
gateway-version: 2
89
memory: 1024
910
cli-memory: 512
1011
runtime: docker
@@ -14,6 +15,7 @@ environments:
1415
- "yarn prod && rm -rf node_modules"
1516
staging:
1617
domain: staging.mapmarker.io
18+
gateway-version: 2
1719
memory: 1024
1820
cli-memory: 512
1921
runtime: docker

0 commit comments

Comments
 (0)