Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove postman folder #768

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ repos:
args:
- --exclude-files
- .*test\.json
- --exclude-files
- .*\.postman_collection\.json
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.272
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ Local dev is built around the Serverless plugin [serverless-offline](https://git

Local authorization bypasses Cognito. The frontend mimics login in local storage with a mock user and sends an id in the `cognito-identity-id` header on every request. `serverless-offline` expects that and sets it as the cognitoId in the requestContext for your lambdas, just like Cognito would in AWS.

The [postman folder](./postman/) contains a full API collection and environment for this application. See the [README](./postman/README.md) for more information.

## Testing

### Unit Testing
Expand Down
667 changes: 0 additions & 667 deletions postman/MFP.postman_collection.json

This file was deleted.

51 changes: 0 additions & 51 deletions postman/MFP.postman_environment.json

This file was deleted.

60 changes: 0 additions & 60 deletions postman/README.md

This file was deleted.

Loading