Skip to content

lk-architecture/iwwa-lambda-kinesis-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Dependency Status devDependency Status

iwwa-lambda-kinesis-pipe

Pipes one kinesis stream into another.

Deployment

Continuous deployment

Since the project uses TravisCI and lambda-deploy for continuous deployment, the following environment variables need to be set:

  • AWS_SECRET_ACCESS_KEY
  • AWS_ACCESS_KEY_ID
  • AWS_DEFAULT_REGION
  • S3_BUCKET
  • LAMBDA_NAME
  • LAMBDA_ROLE_ARN

WARNING: the value of those variables must be kept secret. Do not set them in the .travis.yml config file, only in the Travis project's settings (where they are kept secret).

Configuration

The following environment variables are needed to configure the function:

  • TARGET_STREAM_NAME

NOTE: since the project uses lambda-deploy, in the build environment (Travis) we need to define the above variables with their name prefixed by __FUNC_CONFIG__.

About

Pipes one kinesis stream into another

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published