Skip to content

Commit 332a205

Browse files
authored
feat: Aws cognito local lambdas (serverless#744)
1 parent 1ca4327 commit 332a205

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

community-examples.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -581,51 +581,56 @@
581581
{
582582
"name": "Serverless AppSync offline with TypeScript",
583583
"description": "Serverless Framework example to deploy an AWS AppSync API using TypeScript. It also has a local development environment using Serverless Offline.",
584-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-appsync-nodejs"
584+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-appsync-node-typescript"
585585
},
586586
{
587587
"name": "Serverless AppSync offline with Python",
588588
"description": "Serverless Framework example to deploy an AWS AppSync API using Python. It also has a local development environment using Serverless Offline.",
589-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-appsync-python"
589+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-appsync-python"
590590
},
591591
{
592592
"name": "Serverless Glue with Python Shell and PySpark Jobs",
593593
"description": "Serverless Framework example to deploy an AWS Glue job using Python Shell and PySpark.",
594-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-glue"
594+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-glue-deployment"
595595
},
596596
{
597597
"name": "Serverless Glue with Python Shell and PySpark - Complete Boilerplate",
598598
"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.",
599-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/_apps/serverless-glue"
599+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-glue-full-boilerplate"
600600
},
601601
{
602602
"name": "Neo4j Deployment in AWS EC2",
603603
"description": "Serverless Framework example to deploy a Neo4j instance in EC2.",
604-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-neo4j-ec2"
604+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-neo4j-ec2"
605605
},
606606
{
607607
"name": "Serverless S3 Local example",
608608
"description": "Serverless Framework example to run a lambda function locally using",
609-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-s3-local"
609+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-s3-local"
610610
},
611611
{
612612
"name": "Serverless DocumentDB Cluster",
613613
"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.",
614-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-documentdb"
614+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-documentdb"
615615
},
616616
{
617617
"name": "Serverless RDS Postgres Instance",
618618
"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.",
619-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-rds-postgres"
619+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-rds-postgres"
620620
},
621621
{
622622
"name": "Serverless Typescript using Middy",
623623
"description": "Serverless Framework example to deploy a lambda function using https://middy.js.org/, the stylish Node.js middleware engine for AWS Lambda.",
624-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-middy"
624+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-middy"
625625
},
626626
{
627627
"name": "Serverless Typescript using Middy with Custom Middlewares",
628628
"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.",
629-
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-middy-custom-middleware"
629+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-middy-custom-middleware"
630+
},
631+
{
632+
"name": "Serverless Typescript cognito local lambda triggers",
633+
"description": "Serverless Framework example to run a cognito triggered lambda locally using Serverless offline",
634+
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-cognito-local"
630635
}
631636
]

0 commit comments

Comments
 (0)