Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Add new Cloudant feed parameters to event #74

@jthomas

Description

@jthomas

Cloudant trigger feed also supports the following parameters.

  • filter
  • query_params
  • maxTriggers

These values need to be added the feed_parameters if present in YAML file here.

Want to be able to support this YAML example...

functions:
    index:
        handler: users.main
        events:
            - cloudant:          
                max: 10000 // maxTriggers
                query: // object YAML config
                   status: new
                filter: mailbox/by_status

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions