Installing Aggregation Microservice in AWS
This section helps you to install the Account Aggregation Microservice in AWS. Follow the below steps to install the Account Aggregation microservice:
Procedure:
- Copy and paste the generated zip file (from the target folder) in the installation directory and unzip it.
- In the AWS command line, navigate to the installation directory.
- To make the microservice up and running, execute the install-aws.sh shell file to set up the AWS environment.
- Modify the region information in the install-aws.sh script specific to your installation.
- 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
- Once the installation is done, get the base URL for testing API.
- Post installation, login to the AWS portal and verify that the lambda and API gateways are properly created.
EXAMPLE:
NOTE: Before installation, check if python and Jq framework are installed in the system.
In this topic