/ site / api / .serverless / Webiny.prod.pageBuilder.ApolloService.ServerlessFunction.AwsLambda.json
Webiny.prod.pageBuilder.ApolloService.ServerlessFunction.AwsLambda.json
 1  {
 2    "name": "ls1lyg7_prod_pageBuilder_graphql",
 3    "description": "GraphQL server for pageBuilder.",
 4    "memory": 512,
 5    "timeout": 30,
 6    "code": "/home/sochan/work/get.status.im/api/.webiny/pageBuilder/build",
 7    "shims": [],
 8    "handler": "handler.handler",
 9    "runtime": "nodejs10.x",
10    "env": {
11      "FILES_API_URL": "https://r6sevmttmg.execute-api.eu-central-1.amazonaws.com/prod/graphql",
12      "PAGE_BUILDER_S3_BUCKET": "webiny-serverless-page-builder-ls1lyg7",
13      "PAGE_BUILDER_INSTALLATION_FILES_ZIP_KEY": "page_builder_installation_files.zip",
14      "DEBUG": "true"
15    },
16    "role": {
17      "arn": "arn:aws:iam::912979228183:role/ls1lyg7-736obgs"
18    },
19    "arn": "arn:aws:lambda:eu-central-1:912979228183:function:ls1lyg7_prod_pageBuilder_graphql",
20    "region": "eu-central-1"
21  }