Skip to content

Commit

Permalink
Merge pull request #5 from fourTheorem/audit-octokit-cve
Browse files Browse the repository at this point in the history
fix: update OctoKit for CVE audit
  • Loading branch information
eoinsha authored Feb 15, 2024
2 parents 14e8025 + ddfb54d commit 483d868
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 278 deletions.
8 changes: 8 additions & 0 deletions events/sample-envs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Parameters": {
"BUCKET_NAME": "pod-transcription-935672627075-eu-west-1",
"GIT_REPO_URL": "https://github.com/awsbites/aws-bites-site.git",
"GIT_USER_EMAIL": "automation@awsbites.com",
"GIT_USER_NAME": "Transcription Automation"
}
}
38 changes: 38 additions & 0 deletions events/sample-pr-event.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"summary": {
"episodeSummary": "In this episode, we discuss how Node.js has changed web development and made JavaScript a versatile language on both frontend and backend. We talk about the event loop, non-blocking I/O, and Node's module system. We also cover using Node.js with frameworks like Express and Hapi for building APIs and web apps. Overall, we explore why Node.js has become so popular for scalable, real-time web apps.",
"chapters": [
{
"startTimestamp": 0,
"summary": "Node.js has been considered a game changer and possibly the biggest innovation in web development in the past decade."
}
],
"tags": [
"Node.js",
"JavaScript",
"Web Development",
"Frontend",
"Backend",
"Event Loop",
"Non-blocking",
"Asynchronous",
"Express",
"Hapi",
"REST API",
"Real-time",
"Scalable",
"Web Application",
"Framework",
"Programming",
"Coding",
"Developer",
"Server",
"npm",
"Modules",
"Callbacks",
"Promises",
"Async/Await"
]
},
"transcriptKey": "processed-transcripts/998.json"
}
Loading

0 comments on commit 483d868

Please sign in to comment.