Skip to content

Latest commit

 

History

History
 
 

eventgateway

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Eventgateway

Event Gateway Serverless Component.

Input Types

Name Type Description
cors boolean cors
method string method
eventGatewayApiKey string API key of your event gateway space
event string
required
event
path string
required
path
space string
required
space
lambdaArn string
required
The ARN of the lambda function being called by the event gateway

Output Types

Name Type Description
subscriptionId string The generated subscription id
url string The generated URL

Example

type: my-application
components:
  myEventgateway:
    type: eventgateway
    inputs:
      lambdaArn: 'arn:aws:lambda:us-east-1:123456789012:function:ProcessKinesisRecords'