CadQuery MVP integration #281

Merged
Irev-Dev merged 15 commits from kurt/274 into main 2021-04-27 11:53:52 +02:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 7b104a812d - Show all commits

View File

@@ -17,9 +17,11 @@ provider:
images:
# this image is built locally and push to ECR
openscadimage:
path: ./openscad/
path: ./
file: ./openscad/Dockerfile
cadqueryimage:
path: ./cadquery/
path: ./
file: ./cadquery/Dockerfile
apiGateway:
metrics: true
binaryMediaTypes:

View File

@@ -1,3 +1,3 @@
export const lambdaBaseURL =
process.env.CAD_LAMBDA_BASE_URL ||
'https://t7wdlz8ztf.execute-api.us-east-1.amazonaws.com/dev'
'https://wzab9s632b.execute-api.us-east-1.amazonaws.com/prod'