Trigger flows from inbound Kinesis events
Use the Amazon Kinesis trigger node to start Pendula flows when events arrive in a Kinesis stream.
-
Amazon Kinesis Trigger Node
What is the Amazon Kinesis Trigger node? This node allows you to initiate a flow via the Kinesis stream. It transm...
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>