-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore some files deleted during the CLI migration
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Ticket | ||
|
||
Resolves #{TICKET NUMBER OR URL} | ||
|
||
## Changes | ||
|
||
> What was added, updated, or removed in this PR. | ||
## Context for reviewers | ||
|
||
> Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. | ||
## Testing | ||
|
||
> Provide evidence that the code works as expected. Explain what was done for testing and the results of the test plan. Include screenshots, [GIF demos](https://www.cockos.com/licecap/), shell commands or output to help show the changes working as expected. ProTip: you can drag and drop or paste images into this textbox. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# platform-test-flask | ||
|
||
This project is used to test the integration of [template-infra](https://github.com/navapbc/template-infra) and [template-application-flask](https://github.com/navapbc/template-application-flask). | ||
|
||
## Environment URLs | ||
|
||
* [Dev environment](http://app-dev-828855199.us-east-1.elb.amazonaws.com/docs) | ||
|
||
## Dev environment credentials | ||
|
||
* To get the API key for the dev environment (to use in Swagger docs), run the following command | ||
|
||
```bash | ||
aws ssm get-parameter --name "/app-dev/api-auth-token" --with-decryption --query Parameter.Value --output text | ||
``` |