|
581 | 581 | {
|
582 | 582 | "name": "Serverless AppSync offline with TypeScript",
|
583 | 583 | "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" |
585 | 585 | },
|
586 | 586 | {
|
587 | 587 | "name": "Serverless AppSync offline with Python",
|
588 | 588 | "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" |
590 | 590 | },
|
591 | 591 | {
|
592 | 592 | "name": "Serverless Glue with Python Shell and PySpark Jobs",
|
593 | 593 | "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" |
595 | 595 | },
|
596 | 596 | {
|
597 | 597 | "name": "Serverless Glue with Python Shell and PySpark - Complete Boilerplate",
|
598 | 598 | "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" |
600 | 600 | },
|
601 | 601 | {
|
602 | 602 | "name": "Neo4j Deployment in AWS EC2",
|
603 | 603 | "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" |
605 | 605 | },
|
606 | 606 | {
|
607 | 607 | "name": "Serverless S3 Local example",
|
608 | 608 | "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" |
610 | 610 | },
|
611 | 611 | {
|
612 | 612 | "name": "Serverless DocumentDB Cluster",
|
613 | 613 | "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" |
615 | 615 | },
|
616 | 616 | {
|
617 | 617 | "name": "Serverless RDS Postgres Instance",
|
618 | 618 | "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" |
620 | 620 | },
|
621 | 621 | {
|
622 | 622 | "name": "Serverless Typescript using Middy",
|
623 | 623 | "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" |
625 | 625 | },
|
626 | 626 | {
|
627 | 627 | "name": "Serverless Typescript using Middy with Custom Middlewares",
|
628 | 628 | "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" |
630 | 635 | }
|
631 | 636 | ]
|
0 commit comments