aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/amazon-web-services/index.js
diff options
context:
space:
mode:
authorLibravatar Maitre_Oda <oda.alexandre31@gmail.com>2021-08-28 15:38:56 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-28 19:08:56 +0530
commita412aad89176dffa802d1df4bc888cbb354e6614 (patch)
treed2cdc68a1bcbf107e48d145bd10d2498a03017ec /recipes/amazon-web-services/index.js
parentNew recipe: binance (#645) (diff)
downloadferdium-recipes-a412aad89176dffa802d1df4bc888cbb354e6614.tar.gz
ferdium-recipes-a412aad89176dffa802d1df4bc888cbb354e6614.tar.zst
ferdium-recipes-a412aad89176dffa802d1df4bc888cbb354e6614.zip
New recipe: aws (amazon web services) (#643)
Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/amazon-web-services/index.js')
-rw-r--r--recipes/amazon-web-services/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/amazon-web-services/index.js b/recipes/amazon-web-services/index.js
new file mode 100644
index 0000000..d0e2779
--- /dev/null
+++ b/recipes/amazon-web-services/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class AmazonWebServices extends Ferdi {
2};