Add translate API (#72)

This commit is contained in:
Niklas Fondberg
2021-10-18 15:29:44 +02:00
committed by GitHub
parent 2a8212ff12
commit 1f11fd7288
11 changed files with 1327 additions and 5 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
{
"name": "graphql-server-pw",
"version": "1.0.0",
"description": "",
"description": "Photowall GraphQL API",
"main": "src/index.ts",
"scripts": {
"exportSQL": "cd src/__test__/db_generator/ && npm install && node index.js && cd ../../../",
@@ -15,6 +15,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.31.0",
"@aws-sdk/client-sqs": "^3.36.1",
"@aws-sdk/client-translate": "^3.36.1",
"@aws-sdk/s3-request-presigner": "^3.31.0",
"apollo-datasource": "^3.1.0",
"apollo-datasource-rest": "^3.2.0",