Commit graph

59 commits

Author SHA1 Message Date
Harshil Agrawal a503c0e86b
Add new codex files and fix previous files (#1608)
*  Add new codex files and fixed previous files

* 🔨 Minor fix

* 🔨 Minor fix
2021-04-10 10:18:10 +02:00
Mutasem Aldmour 99bb6e40c1
Add AWS SQS node (#1530)
* implement sqs node to send message

* remove console logs

* update node to use url as value

* add message attributes

* tslint --fix

* fix comment

* address comments, fix subtitle bug, fix style issues

* add comma

* update pathname handling

* fix spacing

* fix queue loading for no queues and more than 1

* change logo to svg, support sending input as json

* add binary data property support

* fix node read to depend on item

* 🎨 Fix SVG size to prevent cropping

*  Ajust imports and display names per codebase

* ✏️ Edit parameter descriptions

* address comments

* tslint fixes

* update subtitle to operation

* update fifo handling

*  Improvements

*  Minor fix

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-02 19:48:22 +02:00
Ricardo Espinoza ba4d848acc
🐛 Map CC addresses correctly (AWS SES) (#1559) 2021-03-19 17:35:38 +01:00
Harshil Agrawal a51975c11f
Add node codex files (#1465) 2021-02-21 21:42:15 +01:00
Ricardo Espinoza 13e76e33e8
Add text detection operation to AWS Rekognition (#1417) 2021-02-21 10:47:34 +01:00
Ricardo Espinoza 894a4b950a
Add resource Custom Verification Email to AWS SES (#1405)
*  Add resource Custom Verification Email to AWS SES

*  Minor improvements to AWS SES Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-08 00:02:10 +01:00
Ricardo Espinoza ba7c35dbf5
Add Amazon Comprehend Node (#1415)
*  Add Amazon Comprehend node

*  Improvements to #1413

Co-authored-by: Rei Maruyama <rei.maruyama@serverworks.co.jp>
2021-02-07 23:42:59 +01:00
Omar Ajoue 5a6b191688
🐛 Fix AWS lambda and SNS problem with signature (#1361) 2021-01-20 12:23:32 +01:00
Harshil Agrawal f258f3ca33
Add Node Codex (#1335)
*  Add Node Codex 📇

* Add codex files for new nodes

*  Change category for Affinity

* 🔨 Fix credential documentation link

* Improve styling

* Add blogposts

Co-authored-by: Amudhan <sm.amudhan@live.com>
2021-01-14 13:56:07 +01:00
Jan Oberhauser 785b0e385e 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
Jan 1501175b81
Add support for custom AWS endpoints (#1312)
* Setup custom endpoints properties in AWS credentials type

* Update AWS nodes to use new endpoints (if specified)

* Fix a few error scenarios cases where message was being obscured

* Extend usage of URL API to validate user inputted endpoints

https://nodejs.org/docs/latest-v12.x/api/url.html

* Add support to custom endpoints for SES

Forgot to add this in my earlier commits…

* Fix incorrect Amazon SES endpoint placeholder value

* Fixed signing problems with path being ignored. Standardized to avoid future problems

* Linting fix

*  Make parameters optinal (wip)

* Make sure that we fallback to correct URL without errors if custom endpoints are not used

Co-authored-by: Luis Ramos <luis@ramos.dev>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2021-01-07 14:16:52 +01:00
Jan Oberhauser 546b79bea0 👕 Fix lint issue 2020-10-22 18:00:28 +02:00
Jan Oberhauser 40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Jan Oberhauser b40dec3e4a Additional fix to AWS SNS Trigger 2020-10-15 23:23:54 +02:00
Ricardo Espinoza ecb77926a4
🐛 AWS SNS Trigger bug #1058 (#1064) 2020-10-15 23:23:38 +02:00
Ricardo Espinoza 46ccff98cf
🐛 Fix AWS SES template bug #1060 (#1062) 2020-10-15 23:07:26 +02:00
Ricardo Espinoza 1e275b188d
Small fix on AWS SES-Node (#1049) 2020-10-13 15:05:09 +02:00
Jan Oberhauser 23e0c08b1c 👕 Fix lint issue 2020-10-13 13:00:41 +02:00
Jan Oberhauser 6c6e7625b9 👕 Fix lint issue 2020-10-13 11:07:16 +02:00
Jan Oberhauser 6f98caf748 Small improvement to AWS-Rekognition integration 2020-10-13 09:33:19 +02:00
Ricardo Espinoza 49113a1988
Add AWS-Rekognition Node (#1047)
*  AWS-Rekognition Node

*  Small improvement
2020-10-13 09:29:47 +02:00
Jan Oberhauser 0f998d52b8 Remove console.log 2020-10-11 18:35:56 +02:00
Ricardo Espinoza 214b2d19ac
Improvements on AWS SES Node (#1029)
*  Improvements

*  Remove unnecessary change
2020-10-11 18:34:05 +02:00
Ricardo Espinoza 979a849940
🐛 Fix issue when uploading files via S3 (#1011) 2020-10-04 22:01:37 +02:00
Jan Oberhauser fe802c8f76 👕 Fix built issue by fixing lint issues 2020-10-01 15:18:47 +02:00
Denis Palashevskii de50e2479d Trim whitespaces in the AWS credentials in other nodes 2020-09-02 00:41:51 +04:00
Denis Palashevskii 2f9bab571d Trim whitespaces in AWS credentials 2020-09-02 00:29:56 +04:00
Denis Palashevskii 0cf3b069a9 Revert AWS S3 node to its original state 2020-08-18 17:11:20 +04:00
Denis Palashevskii 77eb0f4955 Create generic S3 node 2020-08-18 16:56:53 +04:00
Denis Palashevskii a3c5a971e5 Add support for custom endpoint URL scheme (both HTTP and HTTPS) 2020-08-05 15:22:57 +04:00
Denis Palashevskii 4b22df31ad Add support for custom S3 endpoint in AWS S3 node 2020-08-05 14:40:45 +04:00
ricardo a443bf797d Merge 'master' into 'customer.io' 2020-08-03 14:55:36 -04:00
smamudhan 725d2d16fc
Fixed typos and grammatical errors (#791)
* 🐛 Fixed typos and grammatical errors

* 🐛 Made changes based on Tanay's feedback
2020-07-24 12:56:41 +02:00
shraddha shaligram 7d625572c1 add basic customer.io trigger 2020-06-30 13:35:31 -07:00
Jan Oberhauser f60c802b19 Small fixes like image optimization 2020-04-26 23:12:51 +02:00
Jan bbf84cafac
🔀 Merge pull request #502 from RicardoE105/feature/aws-s3
🐛 fixes bug with additional fields
2020-04-22 19:38:44 +02:00
ricardo dcaed7eee3 🐛 fixes bug with additional fields 2020-04-22 12:22:41 -05:00
Jan Oberhauser b24537b4a9 Change one default value 2020-04-22 11:20:26 +02:00
ricardo bedc7f88e4 Small improvements 2020-04-21 23:13:30 -05:00
ricardo ed52b67329 improvements 2020-04-20 19:33:38 -05:00
ricardo bfbc4df555 Small fix 2020-04-20 14:22:30 -05:00
Jan Oberhauser fa8c7787a0 Fix an issue with S3-Node 2020-04-20 20:44:22 +02:00
ricardo ad4a4c1e59 Use xml2js to create xml 2020-04-20 12:14:13 -05:00
ricardo 611c79204c AWS S3 Integration 2020-04-15 18:42:43 -04:00
Jan Oberhauser 3fe236b9e6 🐛 Fix SNS-Trigger-Node 2020-02-09 18:27:06 -08:00
Ricardo Espinoza ea5f84d5e1 AWS SNS trigger 2020-02-08 17:19:00 -05:00
Jan Oberhauser 224a51fa56 Small improvements to AWS-SES-Node 2020-02-07 14:56:48 -08:00
Ricardo Espinoza 03c1b0542d SES node. 2020-02-07 16:40:32 -05:00
Jan Oberhauser 24a3a02180 Optimize integration icon images 2020-02-05 17:35:16 -08:00
Jan Oberhauser c02bf0a7cf 👕 Fix lint issues and some small bugs 2019-10-16 11:19:25 +02:00