Skip to content

Commit

Permalink
Updates to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeBellTMH committed Jan 26, 2021
1 parent 1bbcf6c commit ddf5446
Show file tree
Hide file tree
Showing 17 changed files with 534 additions and 528 deletions.
992 changes: 495 additions & 497 deletions amplify/backend/analytics/jcmobile/pinpoint-cloudformation-template.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"Timeout": "25",
"Code": {
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/AdminQueries7403b6cf-322b696958486b766a46-build.zip"
"S3Key": "amplify-builds/AdminQueries7403b6cf-7473547232444c5a3039-build.zip"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"Runtime": "nodejs12.x",
"Timeout": "25",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcProcessDMAlerts-41536c746f7656564b67-build.zip"
},
"Layers": []
Expand Down Expand Up @@ -258,7 +258,7 @@
],
"Resource": {
"Fn::ImportValue": {
"Fn::Sub": "2ht5eyf3rfct7f3slbiz6sme5u:GetAtt:DirectMessageTable:StreamArn"
"Fn::Sub": "kmlktiovonfg5acdl3gn7tx7pq:GetAtt:DirectMessageTable:StreamArn"
}
}
}
Expand All @@ -277,7 +277,7 @@
"Enabled": true,
"EventSourceArn": {
"Fn::ImportValue": {
"Fn::Sub": "2ht5eyf3rfct7f3slbiz6sme5u:GetAtt:DirectMessageTable:StreamArn"
"Fn::Sub": "kmlktiovonfg5acdl3gn7tx7pq:GetAtt:DirectMessageTable:StreamArn"
}
},
"FunctionName": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"Layers": [],
"Timeout": "25",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcProcessMessageAlerts-75386d6b3778744a766a-build.zip"
}
}
Expand Down Expand Up @@ -258,7 +258,7 @@
],
"Resource": {
"Fn::ImportValue": {
"Fn::Sub": "2ht5eyf3rfct7f3slbiz6sme5u:GetAtt:MessageTable:StreamArn"
"Fn::Sub": "kmlktiovonfg5acdl3gn7tx7pq:GetAtt:MessageTable:StreamArn"
}
}
}
Expand All @@ -277,7 +277,7 @@
"Enabled": true,
"EventSourceArn": {
"Fn::ImportValue": {
"Fn::Sub": "2ht5eyf3rfct7f3slbiz6sme5u:GetAtt:MessageTable:StreamArn"
"Fn::Sub": "kmlktiovonfg5acdl3gn7tx7pq:GetAtt:MessageTable:StreamArn"
}
},
"FunctionName": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"Runtime": "nodejs12.x",
"Timeout": "25",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcUpdateMainUserGroup-337a667043464a516348-build.zip"
},
"Layers": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"Timeout": "25",
"Code": {
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcmobilePostConfirmation-4633437a616f5434666f-build.zip"
"S3Key": "amplify-builds/jcmobilePostConfirmation-494e3731446332666e79-build.zip"
},
"Layers": []
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"Timeout": "25",
"Code": {
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcmobilePreTokenGeneration-423758434a7563595938-build.zip"
"S3Key": "amplify-builds/jcmobilePreTokenGeneration-794746503744374f5259-build.zip"
}
}
},
Expand Down
13 changes: 6 additions & 7 deletions amplify/backend/function/jcmobilePreTokenGeneration/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
*/

exports.handler = (event, context, callback) => {
const modules = process.env.MODULES.split(',');
for (let i = 0; i < modules.length; i += 1) {
const { handler } = require(`./${modules[i]}`);
handler(event, context, callback);
}
};

const modules = process.env.MODULES.split(",")
for (let i = 0; i < modules.length; i += 1) {
const { handler } = require(`./${modules[i]}`)
handler(event, context, callback)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"Layers": [],
"Timeout": "25",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcmobileStripCreateCustomer-32653239467471733732-build.zip"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"Layers": [],
"Timeout": "25",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcmobileStripCreateSubscription-344e48453353525a3941-build.zip"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"Layers": [],
"Timeout": "25",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcmobileStripPreviewInvoice-6c33556d7371744e5468-build.zip"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"Layers": [],
"Timeout": "65",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Key": "amplify-builds/jcmobileStripWebhook-67426a3633472b48786d-build.zip"
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcmobileStripWebhook-7073524e417239534a2f-build.zip"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Amplify.default.configure({
aws_cloud_logic_custom: [
{
name: "AdminQueries",
endpoint: "https://y214sfi50m.execute-api.us-east-1.amazonaws.com/dev",
endpoint: "https://cvopa45zi3.execute-api.us-east-1.amazonaws.com/beta",
region: "us-east-1",
},
],
API: {
endpoints: [
{
name: "AdminQueries",
endpoint: "https://y214sfi50m.execute-api.us-east-1.amazonaws.com/dev",
endpoint: "https://cvopa45zi3.execute-api.us-east-1.amazonaws.com/beta",
region: "us-east-1",
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"Layers": [],
"Timeout": "25",
"Code": {
"S3Bucket": "jc-mobile-dev-20190809190418-deployment",
"S3Key": "amplify-builds/jcmobileStripeCreatePaymentIntent-69697231534973746b66-build.zip"
"S3Bucket": "amplify-jc-mobile-beta-155138-deployment",
"S3Key": "amplify-builds/jcmobileStripeCreatePaymentIntent-7876434d576367397344-build.zip"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion amplify/team-provider-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@
"identityPoolId": "us-east-1:137d63a4-dcbb-4cdf-ac58-b0936a197653"
},
"jcmobile": {},
"jcmobilePreTokenGeneration": {}
"jcmobilePreTokenGeneration": {},
"jcmobileStripeCreatePaymentIntent": {},
"jcmobileGetOrgStripeSubs": {},
"jcmobileCreateCognitoOrgUser": {},
"jcmobileSendInviteToOrgUser": {}
},
"video": {
"jesuscollectiveCourses": {
Expand Down
7 changes: 6 additions & 1 deletion pushExceptions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
2x jcProcessDMAlerts-cloudformation-template.json kmlktiovonfg5acdl3gn7tx7pq | 2ht5eyf3rfct7f3slbiz6sme5u
Switch paypal?
Switch paypal?


-- Add Prod Stripe Key
-- Add Prod Stripe Products
-- Change User.hasPaidStatus to InProgress

0 comments on commit ddf5446

Please sign in to comment.