Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johncmckim committed May 22, 2017
1 parent 3acce98 commit 9ae3e42
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions README.md
Expand Up @@ -43,29 +43,16 @@ yo serverless-service:aws-nodejs

```
|_ src
|_ index.js // loads .env file - wrap handlers here
|_ package.json // save lambda dependencies here
|_ test
|_ unit
|_ integration
|_ .eslintrc
|_ index.js
|_ index.js // put handlers here
|_ index.test.js // jest tests
|_ package.json // save lambda dependencies here
|_ .editorconfig
|_ .env-deploy-dev // loads AWS_PROFILE and AWS_REGION
|_ .env-production // copied to .env on production deploy
|_ .env-staging // copied to .env on staging deploy
|_ .envrc // loads .env-deploy-dev and serverless
|_ .eslintignore
|_ .eslintrc.yml // eslint config
|_ .eslintrc.yml // eslint config
|_ .gitignore
|_ .node-version // set node version to 4.3
|_ .travis.yml // deploy project with travis
|_ .node-version // set node version to 6.10.2
|_ .travis.yml // deploy project with travis
|_ README.md
|_ create-enc-keys.sh // creates a key and iv stored in .ci-keys
|_ decrypt-enc-vars.sh // decrypts .ci-secrets.tar.enc -> .ci-secrets.tar using .ci-keys or keys stored in CI
|_ deploy.sh
|_ encrypt-enc-vars.sh // encrypts .ci-secrets.tar -> .ci-secrets.tar.enc using .ci-keys
|_ event.json
|_ package.json
|_ serverless.yml // configure your serverless service
```
Expand Down

0 comments on commit 9ae3e42

Please sign in to comment.