Skip to content

Commit 9db3a1e

Browse files
feat: Add community-examples.json (serverless#735)
1 parent fc433a7 commit 9db3a1e

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

community-examples.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,5 +576,55 @@
576576
"name": "AWS Node Typescript Warmup Lambda Example",
577577
"description": "The following simple example shows how to solve the cold start problem of AWS lambda functions, through keeping function warm using Serverless WarmUp Plugin.",
578578
"githubUrl": "https://github.com/Pigius/AWS-Node-Typescript-Warmup-Lambda-Example"
579-
}
579+
},
580+
{
581+
"name": "Serverless AppSync offline with TypeScript",
582+
"description": "Serverless Framework example to deploy an AWS AppSync API using TypeScript. It also has a local development environment using Serverless Offline.",
583+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-appsync-nodejs"
584+
},
585+
{
586+
"name": "Serverless AppSync offline with Python",
587+
"description": "Serverless Framework example to deploy an AWS AppSync API using Python. It also has a local development environment using Serverless Offline.",
588+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-appsync-python"
589+
},
590+
{
591+
"name": "Serverless Glue with Python Shell and PySpark Jobs",
592+
"description": "Serverless Framework example to deploy an AWS Glue job using Python Shell and PySpark.",
593+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-glue"
594+
},
595+
{
596+
"name": "Serverless Glue with Python Shell and PySpark - Complete Boilerplate",
597+
"description": "A complete example of an AWS Glue application that uses the Serverless Framework 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.",
598+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/_apps/serverless-glue"
599+
},
600+
{
601+
"name": "Neo4j Deployment in AWS EC2",
602+
"description": "Serverless Framework example to deploy a Neo4j instance in EC2.",
603+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-neo4j-ec2"
604+
},
605+
{
606+
"name": "Serverless S3 Local example",
607+
"description": "Serverless Framework example to run a lambda function locally using",
608+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-s3-local"
609+
},
610+
{
611+
"name": "Serverless DocumentDB Cluster",
612+
"description": "Serverless Framework example to deploy a DocumentDB cluster with all the necessary resources. It accepts params to customize the deployment without even having to modify the source code.",
613+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-documentdb"
614+
},
615+
{
616+
"name": "Serverless RDS Postgres Instance",
617+
"description": "Serverless Framework example to deploy a RDS Postgres Instance with all the necessary resources. It accepts params to customize the deployment without even having to modify the source code.",
618+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-rds-postgres"
619+
},
620+
{
621+
"name": "Serverless Typescript using Middy",
622+
"description": "Serverless Framework example to deploy a lambda function using https://middy.js.org/, the stylish Node.js middleware engine for AWS Lambda.",
623+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-middy"
624+
},
625+
{
626+
"name": "Serverless Typescript using Middy with Custom Middlewares",
627+
"description": "Serverless Framework example to deploy a lambda function using https://middy.js.org/, the stylish Node.js middleware engine for AWS Lambda with custom middlewares.",
628+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-middy-custom-middleware"
629+
},
580630
]

0 commit comments

Comments
 (0)