Skip to content

Commit

Permalink
change title size
Browse files Browse the repository at this point in the history
  • Loading branch information
gugzkumar committed Jan 1, 2020
1 parent ed52293 commit 9bf3a5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Setup and Preparation

This is all the preliminary things you will need to do before running the app on your computer or deploying it to AWS.

## Repo
First fork or clone this repo on your own Github account. I strongly suggest you use github since it will be easy to automate code deployments through Circle CI.

Expand All @@ -22,7 +24,7 @@ You will need to have an AWS IAM account, with permissions to the following serv

Next you will need to have or create the following resources.

#### Lambda Layer
### Lambda Layer
Have a **Python 3.7** Lambda Layer you can use with the following libraries:

- pyjwt==1.7.1
Expand All @@ -32,7 +34,7 @@ If you need help creating one look at this repo here:<br/>
https://github.com/gugzkumar/my-python-lambda-layers


#### Route53 Domain
### Route53 Domain
**You can skip this if you only want to run the app locally on your machine.**<br/>
Route53 is Amazon's DNS Webservice. You can buy domains for pretty cheap here. Cheet Sheet is setup, to integrate with Route53 so it is your best option. Be prepared to have a subdomain that you are ready to use. We will deploy the app to use the following routes:

Expand All @@ -44,7 +46,7 @@ For example if your domain is *mydomain.com* and the subdomain is *cheet-sheet*,
- https://cheet-sheet.mydomain.com
- https://cheet-sheet.api.mydomain.com

#### ACM Certificate
### ACM Certificate
**You can skip this if you only want to run the app locally on your machine.**<br/>
Set up an SSL Certificate throw through AWS' Certificate Manager. You will want to create a single certificate has the following domains:

Expand Down

0 comments on commit 9bf3a5a

Please sign in to comment.