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
AWS Lambda Blog Platform is a complete blogging solution that uses the following Amazon Web Services for operation
@@ -18,12 +18,12 @@ AWS Lambda Blog Platform is a complete blogging solution that uses the following
18
18
* S3
19
19
* Cloudfront
20
20
* SES
21
-
21
+
22
22
It runs completely serverless - free of any inflexible hardware infrastructure. The whole system running as a team of small misroservices means that the running expenses are without any overhead even at the smallest scale.
* make sure you can receive email on one of the following adressees for https certificate generation (if you dont have mail server set up, you can use https://github.com/sirceljm/AWS-SES-simple-mail-forward to forward emails to your email address)
28
28
*administrator@domain.com
29
29
*hostmaster@domain.com
@@ -68,7 +68,7 @@ It runs completely serverless - free of any inflexible hardware infrastructure.
68
68
}
69
69
]
70
70
}
71
-
```
71
+
```
72
72
* (install script will add other permisions that are necessary for installation)
73
73
* run ```node install.js```
74
74
* wizard will take you through the process of installation
@@ -79,42 +79,44 @@ It runs completely serverless - free of any inflexible hardware infrastructure.
79
79
* run ```npm install```
80
80
* Create a new user in IAM (you will put this user name into install_config.js later)
81
81
*[IAM -> Users -> Add User -> Access type -> check Programmatic access]
82
-
* Copy account keys for the user and make a json file that looks like this:
82
+
* Copy account keys for the user and make a json file that looks like this:
0 commit comments