Microservices
Updated On 27 May 2024 | Min(s) read

Deploy Originations Data Storage Microservice in AWS Container

The Originations Data Storage microservice is provisioned for deployment in the AWS container.

Artifacts

Storage Microservice for AWS deployment is available as single release bundle. For example, ms-storage-package-aws-<release_number>.zip. It consists of the ms-storage-package-aws-<release_number>.jar and AWS script files.

Deployment

AWS CLI and Python 2.7.x should be installed prior to the deployment.

To deploy the Originations Data Storage microservice:

  1. Obtain the generated zip file (from target folder) in the installation directory and Unzip it.
  2. To enable the in-house authentication in addition to API key, perform the JWT Authentication in the installation scripts.
  3. In AWS command line, navigate to the installation directory
  4. Modify the region information in the install-env-specific.sh script specific to your installation
  5. Examples:

    --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

  6. To deploy the microservice, execute install-aws-build.sh/install-postgresql-aws-build.sh shell script to create the resources,
  7. Post-deployment login into AWS portal and verify the lambda and API gateways are created properly.
  8. DynamoDB

    PostgreSQL

Undeploy

To undeploy the Originations Data Storage microservice:

  1. Execute the below command to destroy all the service created during the respective deployment:
  2. destroy-env-specific.sh/destroy-env-specific.sh

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, September 2, 2025 12:40:30 PM IST