Event Gateway Serverless Component.
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 |
Name | Type | Description |
---|---|---|
subscriptionId | string |
The generated subscription id |
url | string |
The generated URL |
type: my-application
components:
myEventgateway:
type: eventgateway
inputs:
lambdaArn: 'arn:aws:lambda:us-east-1:123456789012:function:ProcessKinesisRecords'