-
Notifications
You must be signed in to change notification settings - Fork 16
/
examples.json
795 lines (795 loc) · 38.1 KB
/
examples.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
{
"$schema": "https://raw.githubusercontent.com/nanlabs/awesome-nan/main/examples.schema.json",
"list": [
{
"name": "Automation Seed",
"description": "Automation Seed is a e2e automation framework built on top of WebdriverIO v7 and Selenium that uses Selenoid for execution",
"url": "https://github.com/nanlabs/automation-seed",
"tags": ["Apps and Boilerplates"],
"labels": [
"Automation",
"Selenium",
"WebdriverIO",
"Selenoid",
"Allure",
"Typescript",
"GitHub Actions",
"GitHub Pages"
]
},
{
"name": "AWS Glue ETL Boilerplate",
"description": "A complete example of an AWS Glue ETL job that uses the [Serverless Framework](https://www.serverless.com/) to deploy the infrastructure and DevContainers and/or Docker Compose to run the application locally with AWS Glue Libs, Spark, Jupyter Notebook, AWS CLI, among other tools. It provides jobs using Python Shell and PySpark.",
"url": "https://github.com/nanlabs/aws-glue-etl-boilerplate",
"tags": ["Apps and Boilerplates"],
"labels": [
"Python",
"AWS",
"Glue",
"ETL",
"Serverless",
"DevContainers",
"Docker Compose"
]
},
{
"name": "Basic AWS Glue ETL example app",
"description": "A basic but useful example of an AWS Glue application that uses the [Serverless Framework](https://www.serverless.com/) to deploy the infrastructure and DevContainers and/or Docker Compose to run the application locally with AWS Glue Libs, Spark, Jupyter Notebook, AWS CLI, among other tools. It provides jobs using Python Shell and PySpark.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-glue-full-boilerplate/",
"tags": ["Apps and Boilerplates"],
"labels": [
"Python",
"AWS",
"Glue",
"ETL",
"Serverless",
"DevContainers",
"Docker Compose"
]
},
{
"name": "AWS CloudWatch Evidently",
"description": "A complete analysis of the service and a Proof of Concept on how to integrate it with a Node.js application.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/aws-cloudwatch-evidently/",
"tags": ["Examples > DevOps > A/B Testing"],
"labels": [
"Node.js",
"AWS",
"CloudWatch",
"CloudWatch Evidently",
"A/B Testing",
"Feature Flags"
]
},
{
"name": "Feature flags post by Atlassian",
"description": "How to progressively expose your features with feature flags by IAN BUCHANNAN.",
"url": "https://www.atlassian.com/continuous-delivery/principles/feature-flags",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > A/B Testing"
],
"labels": ["Feature Flags"]
},
{
"name": "When to use Shell Scripts",
"description": "A guide from Google on when to use shell scripts.",
"url": "https://google.github.io/styleguide/shellguide.html#when-to-use-shell",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Shell Scripting and CLI Tools"
],
"labels": ["Shell Scripting", "Utilities"]
},
{
"name": "Parsing Shell Script Arguments with Easy Options",
"description": "Easy options for shell scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/easy-options/",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Shell Scripting", "Utilities", "Easy Options"]
},
{
"name": "Bash as a Wrapper Utility",
"description": "Bash as a wrapper utility for other languages and tools.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/bash-as-a-wrapper-utility-basic/",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Shell Scripting", "Utilities"]
},
{
"name": "Bash as a Wrapper Utility with Easy Options",
"description": "Bash as a wrapper utility for other languages and tools using Easy Options.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/bash-as-a-wrapper-utility-with-easy-options/",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Shell Scripting", "Utilities", "Easy Options"]
},
{
"name": "Actionlint Playground",
"description": "Static checker for GitHub Actions workflow files.",
"url": "https://rhysd.github.io/actionlint/",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Actionlint"]
},
{
"name": "Markdown Lint",
"description": "This workflow validates the Markdown files in the repository using the [markdownlint action](https://github.com/marketplace/actions/markdown-lint).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/markdownlint.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Markdown Lint"]
},
{
"name": "Shell Check",
"description": "This workflow validates the shell scripts in the repository using the [shellcheck action](https://github.com/ludeeus/action-shellcheck).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/shellcheck.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Shell Check"]
},
{
"name": "Terraform Check",
"description": "This workflow validates the Terraform files in the repository using the [terraform action](https://github.com/dflook/terraform-fmt-check).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/tf-check.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Terraform"]
},
{
"name": "TODOs to GitHub Issues",
"description": "This tutorial shows how to create a GitHub Action that converts TODO comments into GitHub issues.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/github-actions-todo-to-issue/",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "TODOs", "Issues"]
},
{
"name": "Automate Pull Requests Reviews using Danger",
"description": "This workflow automates the initial review of Pull Requests using [Danger.js](https://danger.systems/js/). This provides another logical step in your build, through this Danger can help lint your rote tasks in daily code review. You can use Danger to codify your teams norms. Leaving humans to think about harder problems.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/pr-review.yml",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Danger.js"]
},
{
"name": "Automation Seed example",
"description": "Different workflows to validate the code and deploy an automation report page.",
"url": "https://github.com/nanlabs/automation-seed/tree/main/.github/workflows",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Automation"]
},
{
"name": "React Boilerplate",
"description": "Different workflows to validate the code and deploy a React application.",
"url": "https://github.com/nanlabs/react-boilerplate/tree/main/.github/workflows",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "React"]
},
{
"name": "AWS Glue using Docker and Docker Compose",
"description": "Dockerfile and compose.yml for AWS Glue development with AWS Glue Libs, Spark, Jupyter Notebook, AWS CLI among other tools.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-glue/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Docker",
"Docker Compose",
"AWS Glue",
"Spark",
"Jupyter Notebook",
"AWS CLI"
]
},
{
"name": "Localstack using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run Localstack locally with all the necessary services. This example also includes a script to create the necessary resources in Localstack. The provided examples are for DynamoDB, S3, SQS and Kinesis.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-localstack/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Docker",
"Docker Compose",
"Localstack",
"DynamoDB",
"S3",
"SQS",
"Kinesis"
]
},
{
"name": "MongoDB + Mongo Express using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run MongoDB and Mongo Express locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-mongodb/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "MongoDB", "Mongo Express"]
},
{
"name": "Microsoft SQL Server using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run Microsoft SQL Server locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-mssql/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "Microsoft SQL Server"]
},
{
"name": "AWS Neptune using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run AWS Neptune locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-neptune/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "AWS Neptune"]
},
{
"name": "PostgreSQL using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run PostgreSQL locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-postgres/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "PostgreSQL"]
},
{
"name": "Python Buildpack",
"description": "Buildpack example for Python applications.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/buildpacks-python",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Buildpack", "Python"]
},
{
"name": "Airflow and Spark environment using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run Airflow locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-airflow-spark/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "Airflow", "Spark"]
},
{
"name": "Exploring DevContainers: A Versatile Development Environment Solution",
"description": "Introduction to Development Containers (DevContainers), a solution to create development environments with a unique approach to address specific development environment needs",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/devcontainers-intro/",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Containers, Orchestration and Serverless > Development and Cloud Environments"
],
"labels": [
"DevContainer",
"VSCode DevContainer",
"GitHub Codespaces",
"Docker",
"Docker Compose"
]
},
{
"name": "AWS Glue",
"description": "DevContainer for AWS Glue development. Uses `docker-compose` to run VSCode attached to a container with all the necessary tools to develop AWS Glue jobs such us AWS Glue Libs, Spark, Jupyter Notebook, AWS CLI among other tools.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/devcontainers-glue/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Development and Cloud Environments"
],
"labels": [
"Docker",
"Docker Compose",
"DevContainer",
"VSCode DevContainer",
"GitHub Codespaces",
"AWS Glue",
"Spark",
"Jupyter Notebook",
"AWS CLI"
]
},
{
"name": "Ingress",
"description": "Ingress example using NGINX Ingress Controller. You can run this example locally using [Minikube](https://minikube.sigs.k8s.io/docs/start/).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/kubernetes-ingress-example/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Kubernetes"
],
"labels": ["Kubernetes", "Ingress", "NGINX Ingress Controller"]
},
{
"name": "AWS Amplify + NextJS 13",
"description": "AWS Amplify example to deploy a NextJS v13 application to the Cloud.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/amplify-nextjs-deployment/",
"tags": ["Examples > DevOps > Low Code solutions > AWS Amplify"],
"labels": ["AWS Amplify", "NextJS", "NextJS 13"]
},
{
"name": "AWS AppSync + TypeScript",
"description": "Serverless Framework example to deploy an AWS AppSync API using TypeScript. It also has a local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-appsync-node-typescript/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "AWS AppSync", "TypeScript"]
},
{
"name": "AWS AppSync + Python",
"description": "Serverless Framework example to deploy an AWS AppSync API using Python. It also has a local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-appsync-python/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "AWS AppSync", "Python"]
},
{
"name": "AWS Glue with Python Shell and PySpark Jobs",
"description": "Serverless Framework example to deploy an AWS Glue job using Python Shell and PySpark.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-glue-deployment/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "AWS Glue", "Python Shell", "PySpark"]
},
{
"name": "Neo4j in EC2",
"description": "Serverless Framework example to deploy a Neo4j instance in EC2.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-neo4j-ec2/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Neo4j", "EC2"]
},
{
"name": "Serverless S3 Local",
"description": "Serverless Framework example to run a lambda function locally using [Serverless S3 Local](https://www.serverless.com/plugins/serverless-s3-local).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-s3-local/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Serverless S3 Local"]
},
{
"name": "Serverless SQS offline + TypeScript + ElasticMQ Example",
"description": "Serverless Framework example to run lambda functions locally using [Serverless Offline SQS](https://www.serverless.com/plugins/serverless-offline-sqs) with ElasticMQ. It provides a full local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-sqs-node-typescript-offline-with-elasticmq/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"SQS",
"Serverless Offline",
"Serverless Offline SQS",
"ElasticMQ"
]
},
{
"name": "Serverless SQS offline + Python + Localstack Example",
"description": "Serverless Framework example to run lambda functions locally using [Serverless Offline SQS](https://www.serverless.com/plugins/serverless-offline-sqs-external) with Localstack. It provides a full local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-sqs-python/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"SQS",
"Serverless Offline",
"Serverless Offline SQS",
"Localstack",
"Python"
]
},
{
"name": "Start and Stop EC2 Instances with AWS Lambda",
"description": "Serverless Framework example to start and stop EC2 instances using AWS Lambda.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-start-stop-ec2-instance/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "EC2", "AWS Lambda"]
},
{
"name": "DocumentDB Cluster",
"description": "Serverless Framework example to deploy a DocumentDB cluster with all the necessary resources.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-documentdb/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "DocumentDB"]
},
{
"name": "RDS Postgres Instance",
"description": "Serverless Framework example to deploy a RDS Postgres instance with all the necessary resources.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-rds-postgres/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "RDS Postgres"]
},
{
"name": "RDS Postgres Instance with Serverless VPC Plugin",
"description": "Serverless Framework example to deploy a RDS Postgres instance with all the necessary resources using [Serverless VPC Plugin](https://www.serverless.com/plugins/serverless-vpc-plugin).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-rds-postgres-vpc-plugin/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"RDS Postgres",
"Serverless VPC Plugin"
]
},
{
"name": "Serverless Bundle Plugin Example",
"description": "Serverless Framework example to deploy a lambda function using [Middy](https://middy.js.org/), the stylish Node.js middleware engine for AWS Lambda and [Serverless Bundle Plugin](https://www.serverless.com/plugins/serverless-bundle).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-bundle/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"Middy",
"Serverless Bundle Plugin",
"TypeScript"
]
},
{
"name": "Serverless Middy",
"description": "Serverless Framework example to deploy a lambda function using [Middy](https://middy.js.org/), the stylish Node.js middleware engine for AWS Lambda.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-middy/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Middy"]
},
{
"name": "Serverless Middy with Custom Middleware",
"description": "Serverless Framework example to deploy a lambda function using [Middy](https://middy.js.org/), the stylish Node.js middleware engine for AWS Lambda.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-middy-custom-middleware/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Middy", "Custom Middleware"]
},
{
"name": "Serverless Nest Application with TypeScript",
"description": "Serverless Framework example to deploy a NestJS application using TypeScript.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-nest/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "NestJS", "TypeScript"]
},
{
"name": "Terraform AWS Minecraft Server",
"description": "Terraform example to deploy a Minecraft server in AWS EC2 instance using Docker.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/terraform-aws-minecraft-server/",
"tags": ["Examples > DevOps > Infrastructure as Code > Terraform"],
"labels": ["Terraform", "AWS", "Minecraft", "Docker", "EC2"]
},
{
"name": "AWS Cognito Local Example",
"description": "AWS Cognito local enviroment with Docker and Serverless offline",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-cognito-local/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"Serverless Offline",
"AWS",
"Cognito",
"Docker"
]
},
{
"name": "Serverless Twilio + Typescript Lambda example",
"description": "Serverless Framework example to deploy a lambda function using Twilio and TypeScript.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-twilio-aws-lambdas-typescript/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"Serverless Offline",
"AWS",
"Twilio",
"TypeScript"
]
},
{
"name": "AWS Cognito local using Docker Compose",
"description": "compose.yml to run Cognito locally.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-cognito/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "Cognito", "AWS"]
},
{
"name": "Serverless + FastAPI",
"description": "Serverless Framework example to deploy a FastAPI application using Python. It also has local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-python-fastapi/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"Serverless Offline",
"FastAPI",
"Python"
]
},
{
"name": "Terraform Starter Kit for AWS VPC, RDS instance, and Bastion Host",
"description": "Terraform Starter kit for creating AWS infrastructure using Terraform that contains a VPC, RDS instance, and a bastion host.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/terraform-vpc-rds-instance-bastion-starter",
"tags": ["Examples > DevOps > Infrastructure as Code > Terraform"],
"labels": ["Terraform", "AWS", "VPC", "RDS", "Bastion"]
},
{
"name": "Terraform AWS VPC resources",
"description": "Terraform module for creating AWS VPC resources.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/terraform-vpc-rds-instance-bastion-starter/modules/vpc",
"tags": ["Examples > DevOps > Infrastructure as Code > Terraform"],
"labels": ["Terraform", "AWS", "VPC"]
},
{
"name": "Terraform AWS RDS Postgres instance",
"description": "Terraform module for creating AWS RDS Postgres instance.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/terraform-vpc-rds-instance-bastion-starter/modules/rds",
"tags": ["Examples > DevOps > Infrastructure as Code > Terraform"],
"labels": ["Terraform", "AWS", "RDS"]
},
{
"name": "Terraform Bastion Host",
"description": "Terraform module which creates an EC2 instance acting as a bastion host",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/terraform-vpc-rds-instance-bastion-starter/modules/bastion",
"tags": ["Examples > DevOps > Infrastructure as Code > Terraform"],
"labels": ["Terraform", "AWS", "Bastion"]
},
{
"name": "Using Serverless Framework with Terraform",
"description": "The definitive example of how to use Terraform and Serverless Framework together.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-terraform-example",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation",
"Examples > DevOps > Infrastructure as Code > Terraform"
],
"labels": ["Serverless Framework", "Terraform", "AWS"]
},
{
"name": "Docker Compose NestJS Starter App",
"description": "Docker Compose starter app for NestJS.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-nestjs",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "NestJS", "Node.js"]
},
{
"name": "Klotho",
"description": "A complete analysis of the service and a Proof of Concept on how to integrate it with a GO application.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/klotho-analysis/",
"tags": [
"Examples > DevOps > Infrastructure from Code > Klotho and more!"
],
"labels": ["AWS", "Pulumi", "Deployment", "Klotho"]
},
{
"name": "Automating Pull Request Review using DangerJS and GitHub Actions",
"description": "Learn how to automate Pull Request (PR) reviews using DangerJS and GitHub Actions. Automating PR reviews helps enforce coding standards, catch potential issues, and improve code quality in your GitHub repository.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/github-actions-with-dangerjs",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": [
"Tutorial",
"GitHub Actions",
"DangerJS",
"Pull Request",
"Automation"
]
},
{
"name": "ShellCheck for Shell Scripting",
"description": "Learn how to use ShellCheck to lint your shell scripts and catch potential issues before they become a problem.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/shellcheck-for-shell-scripting",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Tutorial", "ShellCheck", "Shell Scripting", "Automation"]
},
{
"name": "Node Package Managers",
"description": "Comparison of the most popular Node Package Managers: npm, yarn, pnpm.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/node-package-managers",
"tags": ["Examples > DevOps > Dependency Management"],
"labels": ["Node", "npm", "yarn", "pnpm"]
},
{
"name": "WordPress Docker Compose Magic",
"description": "Experience the magic of WordPress with this Docker Compose configuration. It seamlessly combines the power of Nginx, WordPress, and MySQL/MariaDB to create a delightful web environment. The lightweight Nginx handles incoming requests, custom configurations shape the entrance to the WordPress realm, and MariaDB ensures a robust database foundation. Explore the enchanting WordPress Wonderland locally or deploy it to the cloud effortlessly.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-wordpress-mysql",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Docker Compose",
"Web Hosting",
"Content Management",
"PHP",
"Nginx Configuration",
"MariaDB Database",
"MySQL Database"
]
},
{
"name": "Serverless LocalStack with S3 and DynamoDB",
"description": "Serverless Framework example to run lambda functions locally using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline) with LocalStack. It provides a full local development environment using [Serverless LocalStack](https://www.serverless.com/plugins/serverless-localstack).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-localstack-with-s3-and-dynamodb/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation",
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Serverless Framework",
"Serverless Offline",
"Serverless LocalStack",
"LocalStack",
"S3",
"DynamoDB"
]
},
{
"name": "Tilt + Minikube Development Environment",
"description": "Seamless, efficient, and developer-friendly Kubernetes development environment using Tilt and Minikube.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/kubernetes-tilt-dev/",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Containers, Orchestration and Serverless > Kubernetes"
],
"labels": [
"Kubernetes",
"Tilt",
"Minikube",
"Development Environment",
"MicroServices"
]
},
{
"name": "Terraform AWS Starter",
"description": "Get started quickly with AWS infrastructure using a robust Terraform starter kit incorporating secure state management, VPC configuration, security groups, RDS provisioning, secrets management, SSM parameter store, and GitHub Actions integration!",
"url": "https://github.com/nanlabs/terraform-aws-starter",
"tags": [
"Apps and Boilerplates",
"Examples > DevOps > Infrastructure as Code > Terraform"
],
"labels": [
"Terraform",
"Terraform Modules",
"Infrastructure as Code",
"AWS",
"VPC",
"RDS",
"RDS Aurora",
"MongoDB",
"GitHub Actions",
"SSM Parameter Store",
"Secrets Management",
"Security Groups",
"Super Linter"
]
},
{
"name": "The Ultimate Guide to Code Review Tools",
"description": "A guide where we present a curated selection of modern tools designed to revolutionize your code review process!",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/the-ultimate-guide-to-code-review-tools",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["Code Review", "Code Review Tools"]
},
{
"name": "Verdaccio with Docker Compose Example",
"description": "Verdaccio is a lightweight private npm proxy registry. This example shows how to run Verdaccio locally using Docker Compose.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-verdaccio/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)",
"Examples > DevOps > Dependency Management"
],
"labels": [
"Docker",
"Docker Compose",
"Verdaccio",
"Node Package Manager"
]
},
{
"name": "Embracing the Power of LocalStack for AWS Emulation",
"description": "A comprehensive guide highlighting the benefits of using LocalStack for AWS service emulation. The blog post covers various LocalStack examples for Docker and Serverless setups and explores its application in local development, CI, and more.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/embracing-the-power-of-localstack-for-aws-emulation",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)",
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"LocalStack",
"AWS",
"Docker",
"Serverless",
"DevOps",
"CI",
"Local Development"
]
},
{
"name": "The Ultimate Guide to Secrets Management for Developers",
"description": "Unlock the arcane art of secrets management with our comprehensive guide! Tailored for the average dev, this post is a treasure map leading to the best practices for storing and accessing sensitive data. Learn to navigate tools like AWS Parameter Store, `direnv`, `teller`, and more, with easy-to-follow examples that bring the theory to life. Perfect for those who've never realized the gravity of a leaked secret, this guide will be your enchanted scroll of wisdom.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/the-ultimate-guide-to-secrets-management-for-developers",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Security and Compliance",
"Examples > DevOps > Infrastructure as Code > Secrets Management"
],
"labels": [
"Secrets Management",
"Cloud Secrets Management",
"direnv",
"teller",
"Security",
"DevOps",
"Best Practices",
"Environment Variables",
"Encryption",
"SOPS",
"Secure Configuration"
]
},
{
"name": "The Ultimate Guide to Security Assessment Tools",
"description": "Comprehensive guides for integrating security tools at different stages of the development lifecycle, including IDE integrations, Git workflows, and CI/CD pipelines.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/the-ultimate-guide-to-security-assessment-tools",
"tags": ["Examples > DevOps > Security and Compliance"],
"labels": [
"Security",
"DevOps",
"Snyk",
"Trivy",
"Super Linter",
"Mega Linter",
"Shift Left"
]
},
{
"name": "The Ultimate Guide to Pull Requests and Code Reviews",
"description": "Comprehensive guide on creating effective pull requests and conducting thorough code reviews. This guide provides an overview of best practices, common pitfalls, and tools to automate and streamline the review process.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/the-ultimate-guide-to-pull-requests-and-code-reviews",
"tags": [
"Guides, Tutorials and Best Practices",
"Examples > DevOps > Security and Compliance",
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": [
"Pull Requests",
"Code Reviews",
"Best Practices",
"Automation",
"GitHub Actions",
"DangerJS"
]
}
]
}