You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ while Elastic Beanstalk gives you the capability of adding backend operations to
50
50
*[What is Elastic Beanstalk](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html)
51
51
*[What is S3](http://docs.aws.amazon.com/AmazonS3/latest/dev/Welcome.html)
52
52
53
-
**createResources.sh requires your [aws cli to be configured](http://docs.aws.amazon.com/cli/latest/userguide/controlling-output.html) for JSON output.**
53
+
**createResources.sh requires your [aws cli to be configured](http://docs.aws.amazon.com/cli/latest/userguide/controlling-output.html) for JSON output.**
54
54
55
55
```
56
56
# Install the AWS resources and deploy your application to either Elastic Beanstalk or S3
@@ -75,6 +75,11 @@ npm run build; cd dist; aws s3 sync . s3://[BUCKET_NAME]/
0 commit comments