Amazon Kinesis
-
Setting up Amazon Kinesis for Pendula: Checklist
In order to fully integrate Pendula to your Amazon Kinesis stream, there are number of configurations that need to...
-
Adding Amazon Kinesis Integration in Pendula
Quick links What does the Amazon Kinesis Integration enable? How to add the integration into Pendula What does ...
-
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 %> <% }); %>
<% }); %>