Skip to content

Commit

Permalink
Merge pull request #424 from knugie/patch-1
Browse files Browse the repository at this point in the history
Fix spelling of aws-node-signed-uploads
  • Loading branch information
eahefnawy committed Mar 23, 2020
2 parents 8c1b6d2 + 1acdf24 commit 3a529b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ serverless install -u https://github.com/serverless/examples/tree/master/folder-
| [Aws Node Ses Receive Email Body](https://github.com/serverless/examples/tree/master/aws-node-ses-receive-email-body) <br/> Receive an email, store in S3 bucket, trigger a lambda function. | nodeJS |
| [Aws Node Ses Receive Email Header](https://github.com/serverless/examples/tree/master/aws-node-ses-receive-email-header) <br/> Receive an email, trigger a lambda function to process header. | nodeJS |
| [Shared Aws Api Gateway Nodejs](https://github.com/serverless/examples/tree/master/aws-node-shared-gateway) <br/> A sample of implementing shared API gateway with multiple Node Lambdas. | nodeJS |
| [Aws Node Singned Uploads](https://github.com/serverless/examples/tree/master/aws-node-signed-uploads) <br/> Serverless example for S3 signed uploads | nodeJS |
| [Aws Node Signed Uploads](https://github.com/serverless/examples/tree/master/aws-node-signed-uploads) <br/> Serverless example for S3 signed uploads | nodeJS |
| [Aws Serve Simple Http Endpoint](https://github.com/serverless/examples/tree/master/aws-node-simple-http-endpoint) <br/> Example demonstrates how to setup a simple HTTP GET endpoint | nodeJS |
| [Aws Node Simple Transcribe S3](https://github.com/serverless/examples/tree/master/aws-node-simple-transcribe-s3) <br/> Example demonstrates how to setup a lambda function to transcribe audio file | nodeJS |
| [Aws Single Page App Via Cloudfront](https://github.com/serverless/examples/tree/master/aws-node-single-page-app-via-cloudfront) <br/> Demonstrating how to deploy a Single Page Application with Serverless | nodeJS |
Expand Down
2 changes: 1 addition & 1 deletion aws-node-signed-uploads/package.json
@@ -1,6 +1,6 @@
{
"private": true,
"name": "aws-node-singned-uploads",
"name": "aws-node-signed-uploads",
"description": "Serverless example for S3 signed uploads",
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion aws-node-signed-uploads/serverless.yml
@@ -1,4 +1,4 @@
service: aws-node-singned-uploads
service: aws-node-signed-uploads

plugins:
- serverless-webpack
Expand Down

0 comments on commit 3a529b2

Please sign in to comment.