Installing Traceability Microservice in AWS
This section helps you to install the Traceability Microservice in AWS.
Procedure:
- Copy the generated zip file (from target folder) to the installation directory.
- Extract the zip file.
- In AWS command line, navigate to the installation directory and modify the region information in the install-aws.sh script specific to your installation.EXAMPLE:
--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-24.
- Execute install-aws.sh.
Post Installation Verification
Once the install.sh is done, API_BASE_URL is available for testing the APIs. You can log in to AWS portal and verify whether the following have been created properly.
API Gateway
Lambda Function
In this topic