Skip to content

Commit

Permalink
Patches
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeBellTMH committed Feb 19, 2022
1 parent f1b450a commit affc6b8
Show file tree
Hide file tree
Showing 25 changed files with 382 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Timeout": "300",
"Code": {
"S3Bucket": {
Expand Down
81 changes: 74 additions & 7 deletions amplify/backend/function/jcProcessDMAlerts/src/package-lock.json

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 @@ -11,7 +11,7 @@
"draft-js-export-html": "^1.4.1",
"graphql-tag": "^2.11.0",
"html-to-text": "^5.1.1",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Layers": [],
"Timeout": "300",
"Code": {
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 @@ -11,7 +11,7 @@
"draft-js-export-html": "^1.4.1",
"graphql-tag": "^2.11.0",
"html-to-text": "^5.1.1",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"Arn"
]
},
"Runtime": "nodejs12.x",
"Runtime": "nodejs14.x",
"Timeout": "360",
"Code": {
"S3Bucket": {
Expand Down

0 comments on commit affc6b8

Please sign in to comment.