Skip to content

Commit

Permalink
sls-api.603.nz
Browse files Browse the repository at this point in the history
  • Loading branch information
jch254 committed Apr 17, 2018
1 parent 4aabf4d commit a6a9831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# [Serverless-node-dynamodb-api](https://serverless-api.603.nu)
# [Serverless-node-dynamodb-api](https://serverless-api.603.nz)

API powered by Serverless, TypeScript, Webpack, Node.js and DynamoDB, intended as a starting point for Serverless APIs. I've also created a [React/Redux-powered UI](https://github.com/jch254/serverless-node-dynamodb-ui) to front this API. Auth0 handles authentication. You must signup/login to generate an auth token and gain access to the secured area. All endpoints in the API check validity of the auth token and return unauthorised if invalid, the UI then prompts you to log in again. The API also determines the identity of the user via the auth token.

Expand Down
2 changes: 1 addition & 1 deletion buildspec.yml
Expand Up @@ -11,7 +11,7 @@ env:
TF_VAR_build_docker_tag: "6.10.0"
TF_VAR_buildspec: "buildspec.yml"
TF_VAR_source_location: "https://github.com/jch254/serverless-node-dynamodb-api.git"
TF_VAR_dns_name: "sls-api.603.nu"
TF_VAR_dns_name: "sls-api.603.nz"
TF_VAR_route53_zone_id: "ZS32KHT5LS4PR"
TF_VAR_acm_arn: "arn:aws:acm:us-east-1:982898479788:certificate/2367a831-34bd-4d81-bb17-2f79d08329a6"
REMOTE_STATE_BUCKET: "603-terraform-remote-state"
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Expand Up @@ -29,7 +29,7 @@ package:
individually: true

custom:
domain: sls-api.603.nu
domain: sls-api.603.nz
webpack: ./webpack.config.ts
webpackIncludeModules: true
dynamodb:
Expand Down

0 comments on commit a6a9831

Please sign in to comment.