1.19.2 • Published 7 years ago

starhs-api-proxy-aws-lambda v1.19.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

starhs-api-proxy-aws-lambda

Build Status monitored by greenkeeper.io js-standard-style semantic-release Test Coverage Code Climate

NPM

A proxy for the staRHs API running on AWS lambda.

Live

:earth_africa: https://65isx1vpxe.execute-api.eu-central-1.amazonaws.com/prod

This API is hosted as the staRHsAPIproxy AWS Lambda function and the HTTP endpoint is provided via the staRHsAPI@prod API Gateway stage.

The Lambda function uses the role staRHsAPI.

These environment variables have been configured on the Lamba:

  • MOUNT_URL=https://65isx1vpxe.execute-api.eu-central-1.amazonaws.com/prod
    This informations is needed for creating links to the services endpoints.
  • STARHSAPI__KEY=*****
    API key to use, when connecting to the staRHs REST API
  • STARHSAPI__PASSWORD=*****
    Password to use, when connecting to the staRHs REST API
  • STARHSAPI__USER=staRHsWebApp
    Username to use, when connecting to the staRHs REST API

Connected Services

The proxy connects to the staRHs REST API provided by Digital Bauhaus.

The credentials for the REST API are provided by Digital Bauhaus.

Deployment

:rocket: Deployment for this package is automated via Travis CI.
Every commit can potentially trigger a deploy.

If lint and test ran without error, semantic-release will be used to determine the next version for the package and that version string will be written to the package.json. After semantic-release has been run, make update will be executed to deploy a new release.

If a new version has been released by semantic-release, make update will update the Lambda code. It uses these environment variables (which are provided via Travis):

  • AWS_ACCESS_KEY_ID
    The AWS access key to use
  • AWS_SECRET_ACCESS_KEY
    The AWS secret access key to use

The AWS credentials for Travis are taken from the starhs@deploy user.

You can create new AWS keys via IAM. Assign the new user to the group staRHs which has the neccessary permission to update Lambda function.

1.19.2

7 years ago

1.19.1

7 years ago

1.19.0

7 years ago

1.18.0

7 years ago

1.17.0

7 years ago

1.16.0

7 years ago

1.15.0

7 years ago

1.14.0

7 years ago

1.13.2

7 years ago

1.13.1

7 years ago

1.13.0

7 years ago

1.12.0

7 years ago

1.11.0

7 years ago

1.10.4

7 years ago

1.10.3

7 years ago

1.10.2

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.9.3

7 years ago

1.9.2

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.4

7 years ago

1.8.3

7 years ago

1.8.2

7 years ago

1.8.1

7 years ago

1.8.0

7 years ago

1.7.2

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago