Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 600f498

Browse files
authored
Merge pull request #22 from aws-samples/fix-cfn-bucket-links
Update broken S3 links
2 parents f36c667 + 786576b commit 600f498

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Note: The Vote Application serverless reference architecture was originally in the lambda-refarch-webapp repository and has since moved to the lambda-refarch-voteapp repository.
44

5-
The Serverless Web Application ([diagram](https://s3.amazonaws.com/awslambda-serverless-web-refarch/RefArch_BlogApp_Serverless.png)) demonstrates how to use [AWS Lambda](http://aws.amazon.com/lambda/) in conjunction with [Amazon API Gateway](http://aws.amazon.com/api-gateway/), [Amazon DynamoDB](http://aws.amazon.com/dynamodb/), [Amazon S3](http://aws.amazon.com/s3/), and [Amazon Cognito](http://aws.amazon.com/cognito/) to build a serverless web application.
5+
The Serverless Web Application ([diagram](https://s3.amazonaws.com/aws-lambda-serverless-web-refarch/RefArch_BlogApp_Serverless.png)) demonstrates how to use [AWS Lambda](http://aws.amazon.com/lambda/) in conjunction with [Amazon API Gateway](http://aws.amazon.com/api-gateway/), [Amazon DynamoDB](http://aws.amazon.com/dynamodb/), [Amazon S3](http://aws.amazon.com/s3/), and [Amazon Cognito](http://aws.amazon.com/cognito/) to build a serverless web application.
66

77
The site is a simple blog application that allows users to log in and create posts and comments. By leveraging these services, you can build cost-efficient web applications that don't require the overhead of managing servers.
88

@@ -14,11 +14,11 @@ The entire example system can be deployed in us-east-1 using the provided CloudF
1414

1515
Choose **Launch Stack** to launch the template in the us-east-1 region in your account:
1616

17-
[![Launch Serverless Web Application into North Virginia with CloudFormation](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=serverless-web-refarch&templateURL=https://s3.amazonaws.com/awslambda-serverless-web-refarch/serverless-web-master.template)
17+
[![Launch Serverless Web Application into North Virginia with CloudFormation](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=serverless-web-refarch&templateURL=https://s3.amazonaws.com/aws-lambda-serverless-web-refarch/serverless-web-master.template)
1818

1919
After the stack is successfully created, you need to finish the configuration.
2020

21-
- Follow the instructions to minify the website code and push it to S3. See the [website readme](http://s3.amazonaws.com/awslambda-serverless-web-refarch/website/Readme.md) for step-by-step instructions. Follow the **Updating the API Gateway SDK**, **Updating the Amazon Cognito identity ID and AWS region**, **Building**, and **Production Build** sections.
21+
- Follow the instructions to minify the website code and push it to S3. See the [website readme](http://s3.amazonaws.com/aws-lambda-serverless-web-refarch/website/Readme.md) for step-by-step instructions. Follow the **Updating the API Gateway SDK**, **Updating the Amazon Cognito identity ID and AWS region**, **Building**, and **Production Build** sections.
2222
- After you have done this, upload the website to the S3 bucket that you created via the CloudFormation script (that is, the bucket you specified for the `Hosting Bucket` parameter).
2323

2424
## Testing the example

Diff for: cloudformation/lambda-creation-helper.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"CodeBucket": {
1818
"Description": "S3 Bucket containing Lambda deployment packages and sub-stack templates",
1919
"Type": "String",
20-
"Default": "awslambda-serverless-web-refarch"
20+
"Default": "aws-lambda-serverless-web-refarch"
2121
},
2222

2323
"CodeKeyPrefix": {

Diff for: cloudformation/serverless-web-master.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"CodeBucket": {
1717
"Description": "S3 Bucket containing Lambda deployment packages and sub-stack templates",
1818
"Type": "String",
19-
"Default": "awslambda-serverless-web-refarch"
19+
"Default": "aws-lambda-serverless-web-refarch"
2020
},
2121

2222
"CodeKeyPrefix": {

0 commit comments

Comments
 (0)