Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
clarify URLs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmusumeche committed Dec 30, 2019
1 parent 5d94504 commit b3b28d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LEARNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ Your superadmin user should be reserved only for work on _new_ environments. If
yarn lambda:deploy
```

... then go and kick the tires on a URL!
... then go and kick the tires on a URL!

The endpoints created will be listed under `endpoints` in the console output. Please note that the endpoints MUST end with `/`. If the output is `https://ii178wi5hi.execute-api.us-east-1.amazonaws.com/sandbox/base`, then you must use `https://ii178wi5hi.execute-api.us-east-1.amazonaws.com/sandbox/base/` (notice the trailing `/`) in your browser.

1. Delete the serverless application and re-deploy it as-is off `master` branch:

Expand Down

0 comments on commit b3b28d3

Please sign in to comment.