Skip to content

Commit

Permalink
cleanup example names
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Dec 9, 2016
1 parent b0250df commit f29a525
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion aws-node-env-variables-encrypted-in-a-file/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "env-variables-encrypted-in-a-file",
"name": "aws-env-variables-encrypted-in-a-file",
"version": "1.0.0",
"description": "Serverless example managing secrets in an encrypted file",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-env-variables/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "serverless-node-env-variables",
"name": "aws-env-variables",
"version": "1.0.0",
"description": "This example demonstrates how to use environment variables for AWS Lambdas.",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-fetch-file-and-store-in-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fetch-file-and-store-in-s3",
"name": "aws-fetch-file-and-store-in-s3",
"description": "Fetch an image from remote source (URL) and then upload the image to a S3 bucket.",
"version": "1.0.0",
"author": "Bozhao Yu",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-function-compiled-with-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "function-compiled-with-babel",
"name": "aws-function-compiled-with-babel",
"version": "1.0.0",
"description": "Demonstrating how to compile all your code with Babel",
"repository": "<replace>",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-rest-api-with-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "serverless-rest-with-dynamodb",
"name": "aws-rest-with-dynamodb",
"version": "1.0.0",
"description": "Serverless CRUD service exposing a REST HTTP interface",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-scheduled-cron/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "serverless-aws-cron-job-example",
"name": "aws-scheduled-cron",
"version": "1.0.0",
"description": "Example of creating a function that runs as a cron job using the serverless `schedule` event",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-serve-dynamic-html-via-http-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aws-node-serve-dynamic-html-via-http-endpoint",
"name": "aws-serve-dynamic-html-via-http-endpoint",
"version": "1.0.0",
"description": "Hookup an AWS API Gateway endpoint to a Lambda function to render HTML on a `GET` request",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-simple-http-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aws-node-serve-dynamic-html-via-http-endpoint",
"name": "aws-serve-simple-http-endpoint",
"version": "1.0.0",
"description": "Example demonstrates how to setup a simple HTTP GET endpoint",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-node-single-page-app-via-cloudfront/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "single-page-app-via-cloudfront",
"name": "aws-single-page-app-via-cloudfront",
"version": "1.0.0",
"description": "Demonstrating how to deploy a Single Page Application with Serverless",
"repository": "<replace>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "serverless-data-pipeline",
"name": "aws-text-analysis-via-sns-post-processing",
"version": "1.0.0",
"description": "Example demonstrates how to setup a simple data processing pipeline",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-python-scheduled-cron/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aws-python-scheduled-cron",
"name": "aws-scheduled-cron",
"version": "1.0.0",
"description": "Example of creating a function that runs as a cron job using the serverless `schedule` event",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion aws-python-simple-http-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aws-python-simple-http-endpoint",
"name": "aws-simple-http-endpoint",
"version": "1.0.0",
"description": "Example demonstrates how to setup a simple HTTP GET endpoint with python",
"author": "",
Expand Down

0 comments on commit f29a525

Please sign in to comment.