Skip to content

Commit bd4beff

Browse files
authored
Merge pull request #2498 from aws-samples/fix/update-resizing-readme
Update resizing READMEs with correct names
2 parents eb34031 + 578f479 commit bd4beff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

s3-lambda-resizing-dotnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The SAM template deploys a .NET 6 Lambda function, an S3 bucket and the IAM resources required to run the application. A Lambda function consumes <code>ObjectCreated</code> events from an Amazon S3 bucket. The function code checks the uploaded file is an image and creates a thumbnail version of the image in the same bucket.
44

5-
Learn more about this pattern at Serverless Land Patterns: [https://serverlessland.com/patterns/s3-lambda-dotnet](https://serverlessland.com/patterns/s3-lambda-dotnet)
5+
Learn more about this pattern at Serverless Land Patterns: [https://serverlessland.com/patterns/s3-lambda-resizing-dotnet](https://serverlessland.com/patterns/s3-lambda-resizing-dotnet)
66

77
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
88

@@ -23,7 +23,7 @@ Important: this application uses various AWS services and there are costs associ
2323
```
2424
1. Change directory to the pattern directory:
2525
```
26-
cd s3-lambda-dotnet
26+
cd s3-lambda-resizing-dotnet
2727
```
2828
1. From the command line, use AWS SAM to build and deploy the AWS resources for the pattern as specified in the template.yml file:
2929
```

s3-lambda-resizing-dotnet/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
33
Description: >
4-
(uksb-1tthgi812) (tag:s3-lambda-dotnet)
4+
(uksb-1tthgi812) (tag:s3-lambda-resizing-dotnet)
55
.NET Image resizing service
66
77
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst

s3-lambda-resizing-node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The SAM template deploys a Lambda function, an S3 bucket and the IAM resources required to run the application. A Lambda function consumes <code>ObjectCreated</code> events from an Amazon S3 bucket. The Lambda code checks the uploaded file is an image and creates a thumbnail version of the image in the same bucket.
44

5-
Learn more about this pattern at Serverless Land Patterns: [https://serverlessland.com/patterns/s3-lambda](https://serverlessland.com/patterns/s3-lambda)
5+
Learn more about this pattern at Serverless Land Patterns: [https://serverlessland.com/patterns/s3-lambda-resizing-node](https://serverlessland.com/patterns/s3-lambda-resizing-node)
66

77
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
88

@@ -21,7 +21,7 @@ Important: this application uses various AWS services and there are costs associ
2121
```
2222
1. Change directory to the pattern directory:
2323
```
24-
cd s3-lambda
24+
cd s3-lambda-resizing-node
2525
```
2626
1. From the command line, use AWS SAM to build and deploy the AWS resources for the pattern as specified in the template.yml file:
2727
```

s3-lambda-resizing-node/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Image resizing service (uksb-1tthgi812) (tag:s3-lambda)
3+
Description: Image resizing service (uksb-1tthgi812) (tag:s3-lambda-resizing-node)
44

55
Parameters:
66
SourceBucketName:

0 commit comments

Comments
 (0)