| Bookmark Name | Actions |
|---|
Installing Due Diligence Microservices in AWS
This section helps you to install the Due Diligence Microservice in AWS cloud.
Procedure:
- Download the zip file.
- Extract the zip file.
- Perform the JWT Authorization setup in the installation scripts to enable the in-house authentication in addition to API key.
- In AWS command line, navigate to the installation directory and execute install-aws.sh shell file to set up the AWS environment.
- Modify the region information in the install-aws.sh script specific to your installationEXAMPLE:
--region us-west-2 --event-source-arn arn:aws:kinesis:us-west-2 --uri arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2
- Execute install-aws.sh shell file to create the resources.
- Log in to AWS portal and verify the following if they have been created properly.
After the successful deployment database, collections and the reference data(master data) are loaded into the dynamo database for Due Diligence microservice.
- To obtain the API key for all the endpoints in AWS, navigate to the API Keys section under the Amazon API gateway and select the corresponding API key. Click Show.
The API key should be a part of the header (x-api-key) in all the requests.
The Base path of the API gateway URL follows the structure below.
Base URIhttps://<REST-API-ID>.execute-api.<LOCATION>.amazonaws.com/<DEPLOYMENT_ID>
For example,
https://6llb967z6b.execute-api.eu-west-2.amazonaws.com/ms-duediligence-api
For information on the resource path of the endpoint, see the APIs section.
Below is a sample endpoint of due diligence.
https://ffircl61le.execute-api.eu-west-2.amazonaws.com/ms-duediligence-api/v1.0.0/party/parties/{partyId}/assessmentEvents
You can retrieve the Rest API Id from Amazon API Gateway as shown below.
Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?