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

Commit

Permalink
Update docs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johncmckim committed Nov 16, 2016
1 parent 20c77ff commit f64c0fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions README.md
Expand Up @@ -43,25 +43,28 @@ yo serverless-service:aws-nodejs

```
|_ src
|_ index.js // loads .env file - wrap handlers here
|_ package.json // save lambda dependencies here
|_ index.js // loads .env file - wrap handlers here
|_ package.json // save lambda dependencies here
|_ test
|_ unit
|_ integration
|_ .eslintrc
|_ index.js
|_ .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
|_ .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 4.3
|_ .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
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-serverless-service",
"version": "0.0.3",
"version": "0.0.4",
"description": "A scaffold for a nodejs Serverless service",
"homepage": "https://github.com/ACloudGuru/generator-serverless-service",
"author": {
Expand Down

0 comments on commit f64c0fc

Please sign in to comment.