From 92dada3ead48dc5f35948a32dccb5a22e49b6078 Mon Sep 17 00:00:00 2001 From: Pravin Date: Tue, 27 Nov 2018 12:55:51 +0100 Subject: [PATCH] updated docs example links from github to serverless --- docs/providers/aws/examples/README.md | 25 ++++++++++----------- docs/providers/azure/examples/README.md | 2 +- docs/providers/google/examples/README.md | 2 +- docs/providers/openwhisk/examples/README.md | 10 ++++----- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/docs/providers/aws/examples/README.md b/docs/providers/aws/examples/README.md index 853496698..bc23fc706 100644 --- a/docs/providers/aws/examples/README.md +++ b/docs/providers/aws/examples/README.md @@ -14,18 +14,17 @@ Have an example? Submit a PR or [open an issue](https://github.com/serverless/ex | Example | Runtime | |:--------------------------- |:-----| -| [Aws Auth0 Api Gateway](https://github.com/serverless/examples/tree/master/aws-node-auth0-custom-authorizers-api)
Demonstration of protecting API gateway endpoints with auth0 | nodeJS | -| [Env Variables Encrypted In A File](https://github.com/serverless/examples/tree/master/aws-node-env-variables-encrypted-in-a-file)
Serverless example managing secrets in an encrypted file | nodeJS | -| [Serverless Node Env Variables](https://github.com/serverless/examples/tree/master/aws-node-env-variables)
This example demonstrates how to use environment variables for AWS Lambdas. | nodeJS | -| [Fetch File And Store In S3](https://github.com/serverless/examples/tree/master/aws-node-fetch-file-and-store-in-s3)
Fetch an image from remote source (URL) and then upload the image to a S3 bucket. | nodeJS | -| [Function Compiled With Babel](https://github.com/serverless/examples/tree/master/aws-node-function-compiled-with-babel)
Demonstrating how to compile all your code with Babel | nodeJS | -| [Serverless Rest With Dynamodb](https://github.com/serverless/examples/tree/master/aws-node-rest-api-with-dynamodb)
Serverless CRUD service exposing a REST HTTP interface | nodeJS | -| [Serverless Aws Cron Job Example](https://github.com/serverless/examples/tree/master/aws-node-scheduled-cron)
Example of creating a function that runs as a cron job using the serverless `schedule` event | nodeJS | -| [Aws Node Serve Dynamic Html Via Http Endpoint](https://github.com/serverless/examples/tree/master/aws-node-serve-dynamic-html-via-http-endpoint)
Hookup an AWS API Gateway endpoint to a Lambda function to render HTML on a `GET` request | nodeJS | -| [Aws Node Serve Dynamic Html Via Http Endpoint](https://github.com/serverless/examples/tree/master/aws-node-simple-http-endpoint)
Example demonstrates how to setup a simple HTTP GET endpoint | nodeJS | -| [Single Page App Via Cloudfront](https://github.com/serverless/examples/tree/master/aws-node-single-page-app-via-cloudfront)
Demonstrating how to deploy a Single Page Application with Serverless | nodeJS | -| [Serverless Single Page App Plugin](https://github.com/serverless/examples/tree/master/aws-node-single-page-app-via-cloudfront/serverless-single-page-app-plugin)
A plugin to simplify deploying Single Page Application using S3 and CloudFront | nodeJS | -| [Serverless Data Pipeline](https://github.com/serverless/examples/tree/master/aws-node-text-analysis-via-sns-post-processing)
Example demonstrates how to setup a simple data processing pipeline | nodeJS | -| [Aws Python Simple Http Endpoint](https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint)
Example demonstrates how to setup a simple HTTP GET endpoint with python | python | +| [Aws Auth0 Api Gateway](https://serverless.com/examples/aws-node-auth0-custom-authorizers-api/)
Demonstration of protecting API gateway endpoints with auth0 | nodeJS | +| [Env Variables Encrypted In A File](https://serverless.com/examples/aws-node-env-variables-encrypted-in-a-file/)
Serverless example managing secrets in an encrypted file | nodeJS | +| [Serverless Node Env Variables](https://serverless.com/examples/aws-node-env-variables/)
This example demonstrates how to use environment variables for AWS Lambdas. | nodeJS | +| [Fetch File And Store In S3](https://serverless.com/examples/aws-node-fetch-file-and-store-in-s3/)
Fetch an image from remote source (URL) and then upload the image to a S3 bucket. | nodeJS | +| [Function Compiled With Babel](https://serverless.com/examples/aws-node-function-compiled-with-babel/)
Demonstrating how to compile all your code with Babel | nodeJS | +| [Serverless Rest With Dynamodb](https://serverless.com/examples/aws-node-rest-api-with-dynamodb/)
Serverless CRUD service exposing a REST HTTP interface | nodeJS | +| [Serverless Aws Cron Job Example](https://serverless.com/examples/aws-node-scheduled-cron/)
Example of creating a function that runs as a cron job using the serverless `schedule` event | nodeJS | +| [Aws Node Serve Dynamic Html Via Http Endpoint](https://serverless.com/examples/aws-node-serve-dynamic-html-via-http-endpoint/)
Hookup an AWS API Gateway endpoint to a Lambda function to render HTML on a `GET` request | nodeJS | +| [Aws Node Serve Dynamic Html Via Http Endpoint](https://serverless.com/examples/aws-node-simple-http-endpoint/)
Example demonstrates how to setup a simple HTTP GET endpoint | nodeJS | +| [Single Page App Via Cloudfront](https://serverless.com/examples/aws-node-single-page-app-via-cloudfront/)
Demonstrating how to deploy a Single Page Application with Serverless | nodeJS | +| [Serverless Data Pipeline](https://serverless.com/examples/aws-node-text-analysis-via-sns-post-processing/)
Example demonstrates how to setup a simple data processing pipeline | nodeJS | +| [Aws Python Simple Http Endpoint](https://serverless.com/examples/aws-python-simple-http-endpoint/)
Example demonstrates how to setup a simple HTTP GET endpoint with python | python | If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://forum.serverless.com/) diff --git a/docs/providers/azure/examples/README.md b/docs/providers/azure/examples/README.md index 6fe0e1756..1ca7cecb4 100644 --- a/docs/providers/azure/examples/README.md +++ b/docs/providers/azure/examples/README.md @@ -14,6 +14,6 @@ Have an example? Submit a PR or [open an issue](https://github.com/serverless/ex | Example | Runtime | |:--------------------------- |:-----| -| [azure Node Simple](https://github.com/serverless/examples/tree/master/azure-node-simple-http-endpoint)
Boilerplate project repository for Azure provider with Serverless Framework. | nodeJS | +| [azure Node Simple](https://serverless.com/examples/azure-node-simple-http-endpoint/)
Boilerplate project repository for Azure provider with Serverless Framework. | nodeJS | If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://forum.serverless.com/) diff --git a/docs/providers/google/examples/README.md b/docs/providers/google/examples/README.md index e6a791dee..960838701 100644 --- a/docs/providers/google/examples/README.md +++ b/docs/providers/google/examples/README.md @@ -14,6 +14,6 @@ Have an example? Submit a PR or [open an issue](https://github.com/serverless/ex | Example | Runtime | |:--------------------------- |:-----| -| [Google Node Simple](https://github.com/serverless/examples/tree/master/google-node-simple-http-endpoint)
Boilerplate project repository for Google Cloud provider with Serverless Framework. | nodeJS | +| [Google Node Simple](https://serverless.com/examples/google-node-simple-http-endpoint/)
Boilerplate project repository for Google Cloud provider with Serverless Framework. | nodeJS | If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://forum.serverless.com/) diff --git a/docs/providers/openwhisk/examples/README.md b/docs/providers/openwhisk/examples/README.md index cceaf1477..efb151111 100644 --- a/docs/providers/openwhisk/examples/README.md +++ b/docs/providers/openwhisk/examples/README.md @@ -14,10 +14,10 @@ Have an example? Submit a PR or [open an issue](https://github.com/serverless/ex | Example | Runtime | | :--------------------------------------- | :------ | -| [OpenWhisk Node Simple](https://github.com/serverless/examples/tree/master/openwhisk-node-simple)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | nodeJS | -| [OpenWhisk Python Simple](https://github.com/serverless/examples/tree/master/openwhisk-python-simple)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | python | -| [OpenWhisk PHP Simple](https://github.com/serverless/examples/tree/master/openwhisk-php-simple)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | php | -| [OpenWhisk Ruby Simple](https://github.com/serverless/examples/tree/master/openwhisk-ruby-simple)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | ruby | -| [OpenWhisk Swift Simple](https://github.com/serverless/examples/tree/master/openwhisk-swift-simple)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | swift | +| [OpenWhisk Node Simple](https://serverless.com/examples/openwhisk-node-simple/)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | nodeJS | +| [OpenWhisk Python Simple](https://serverless.com/examples/openwhisk-python-simple/)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | python | +| [OpenWhisk PHP Simple](https://serverless.com/examples/openwhisk-php-simple/)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | php | +| [OpenWhisk Ruby Simple](https://serverless.com/examples/openwhisk-ruby-simple/)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | ruby | +| [OpenWhisk Swift Simple](https://serverless.com/examples/openwhisk-swift-simple/)
Boilerplate project repository for OpenWhisk provider with Serverless Framework. | swift | If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://forum.serverless.com/)