Giter Club home page Giter Club logo

serverless-aws-kinesis-firehose's People

Contributors

bilby91 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

chentmin

serverless-aws-kinesis-firehose's Issues

unsupported function event

When I try to use this I get the following warning on serverless deploy

Warning: Invalid configuration encountered
  at 'functions.dataTransform.events.0': unsupported function event

Learn more about configuration validation here: http://slss.io/configuration-validation

serverless.yaml:

service: kinesis-stream-processor

frameworkVersion: '3'

provider: 
  name: aws
  region: eu-west-1
  runtime: nodejs16.x
  timeout: 60

package:
  individually: true

functions:
  dataTransform:
    handler: src/main.cfRealtimeProcessor
    events:
      - firehose:
          deliveryStreamName: name-of-the-stream
          numberOfRetries: '1'
          bufferSizeInMBs: '1' # Between 1.0 and 3
          bufferIntervalInSeconds: '900' # Between 60 and 900


plugins:
  - serverless-webpack
  - serverless-aws-kinesis-firehose
  - serverless-offline

custom:
  webpack:
    webpackConfig: webpack.config.js
    includeModules: true
    packager: "yarn"
    excludeFiles: "**/src/**/*.spec.ts"

I know it is not being updated in 4 years, but that's the only plugin I have found for attaching to a kinesis data firehose, so if you could help me it would be great, thanks :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.