Skip to content

zclarkEDC/identity-give-transaction-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Government Identity Verification Engine

Transaction Logging Service

Pre-requisites

Building with the CI/CD Pipeline

Building with the CI/CD pipeline can be done as follows:

cd pipeline/
cdk deploy --ConnectionSecretId=<my-connection-id>

where ConnectionSecretId is the SecretsManager secret containing the CodeStar connection ARN for the repository defined in pipeline/app.py. Note -- the JsonKey for the secret must be 'arn'.

Build/Local Deploy

First set up a local environment, see the Chalice Template in the Pre-reqs.

Then switch to the app with cd app.

Finally, launch the local server with chalice local.

*Note: any endpoints with database operations will not function locally.

Available Endpoints

/

/item

Example POST Request

Use the deployed aws endpoint for making requests to endpoints that utilize the database.


{
    "id" : "this is the ID",
    "text" : "text for item"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages