Skip to content

Latest commit

 

History

History
 
 

serverless-eventgateway-event-type

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Serverless Eventgateway Event Type

Manages Event Gateway Event Types

Input Types

Name Type Description
space string The Event Gateway space which should be used
authorizerId string The authorizer function id
url string
required
The Event Gateway URL
accessKey string
required
The access key used to authenticate with the hosted Event Gateway
name string
required
The event type name

Output Types

Name Type Description
name string The event type name

Example

type: my-application
components:
  myServerlessEventgatewayEventType:
    type: serverless-eventgateway-event-type
    inputs:
      space: acme-marketing-space
      authorizerId: authorizerFunction
      url: 'http://localhost'
      accessKey: s0m34c355k3y
      name: user.created