aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/amazon-web-services/package.json
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/package.json
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/package.json')
-rw-r--r--recipes/amazon-web-services/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/amazon-web-services/package.json b/recipes/amazon-web-services/package.json
new file mode 100644
index 0000000..f0203e5
--- /dev/null
+++ b/recipes/amazon-web-services/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "amazon-web-services",
3 "name": "Amazon Web Services",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [
7 "aws"
8 ],
9 "config": {
10 "serviceURL": "https://aws.amazon.com/"
11 }
12}