Serverless guide This is slightly different than regular cloudformation yaml file syntax. To include other files in the main yaml
Category: Serverless
SQS subscribes to SNS topic
Resources: SNSTopic: Type: AWS::SNS::Topic Properties: TopicName: name KmsMasterKeyId: !ImportValue kms-key-id SQSQueue: Type: AWS::SQS::Queue SNSSubscription: Type: AWS::SNS::Subscription Properties: TopicArn: !Ref SNSTopicArn
AWS Event Bridge Pipe Filtering
Kinesis to Kinesis Overview code example Data filtering example Filtering kinesis json example Event Bridge Pipe sources Event Bridge Pipe
AWS Notes
lambda destination only works with async invoked lambda Example code of AWS elements (lambda, kinesis…etc) AWS JSON to YAML –
New AWS Serverless Repo
Commands to start a new AWS serverless repo and add nodejs template. This will generate serverless.yml and an initial lambda