Skip to content

Commit

Permalink
Messages alerts from groups/event/etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeBellTMH committed Oct 9, 2020
1 parent a3f559b commit b8636b4
Show file tree
Hide file tree
Showing 13 changed files with 3,392 additions and 443 deletions.
23 changes: 23 additions & 0 deletions amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,29 @@
]
}
]
},
"jcProcessMessageAlerts": {
"build": true,
"providerPlugin": "awscloudformation",
"service": "Lambda",
"dependsOn": [
{
"category": "api",
"resourceName": "jcmobile",
"attributes": [
"GraphQLAPIIdOutput",
"GraphQLAPIEndpointOutput"
]
},
{
"category": "analytics",
"resourceName": "jcmobile",
"attributes": [
"Id",
"Region"
]
}
]
}
},
"auth": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"Timeout": "25",
"Code": {
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcProcessDMAlerts-772f503334715734376d-build.zip"
"S3Key": "amplify-builds/jcProcessDMAlerts-6e487768714f32425935-build.zip"
},
"Layers": []
}
Expand Down
6 changes: 6 additions & 0 deletions amplify/backend/function/jcProcessMessageAlerts/amplify.state
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pluginId": "amplify-nodejs-function-runtime-provider",
"functionRuntime": "nodejs",
"useLegacyBuild": true,
"defaultEditorFile": "src/index.js"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"permissions": {
"api": {
"jcmobile": [
"read"
]
},
"analytics": {
"jcmobile": [
"create",
"read",
"update",
"delete"
]
}
},
"lambdaLayers": []
}

0 comments on commit b8636b4

Please sign in to comment.