Skip to content

Commit d38133a

Browse files
committed
renamed sample application to nodejs-example-express-dynamo
1 parent 783d9c2 commit d38133a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Elastic Beanstalk Sample App with Dynamo
1+
# AWS Elastic Beanstalk Express Sample App with Dynamo
22
This sample application uses the [Express](https://expressjs.com/) framework and [Bootstrap](http://getbootstrap.com/) to build a simple, scalable customer signup form that is deployed to [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/). The application stores data in [Amazon DynamoDB](http://aws.amazon.com/dynamodb/) and publishes notifications to the [Amazon Simple Notification Service (SNS)](http://aws.amazon.com/sns/) when a customer fills out the form.
33

44
This example cannot be run locally.
@@ -12,7 +12,7 @@ You can get started using the following steps:
1212
- Select the managed policy for the additional services that your application uses. For this specific example, add `AmazonSNSFullAccess` and `AmazonDynamoDBFullAccess`.
1313
- Choose Attach policy.
1414
3. Run `eb init --platform node.js --region <region>` to initialize the folder for use with the CLI. Replace `<region>` with a region identifier such as `us-east-2` (see [Regions and Endpoints](https://docs.amazonaws.cn/en_us/general/latest/gr/rande.html#elasticbeanstalk_region) for a full list of region identifiers).
15-
4. Run `eb create --sample nodejs-example-dynamo` to begin the creation of a sample application that contains a load-balanced environment with the default settings for the Node.js platform.
15+
4. Run `eb create --sample nodejs-example-express-dynamo` to begin the creation of a sample application that contains a load-balanced environment with the default settings for the Node.js platform.
1616
5. Once the environment creation process completes, run `eb open` to load the sample environment in your browser to verify the deployment has succeeded and is accessible.
1717
6. Deploy the source in this bundle using `eb deploy`.
1818
7. Once the deployment of this source bundle completes, run `eb open` to interact with the new webpage.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nodejs-example-dynamo",
2+
"name": "nodejs-example-express-dynamo",
33
"version": "0.0.1",
44
"private": true,
55
"dependencies": {

0 commit comments

Comments
 (0)