Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/aws' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
samj committed Sep 7, 2024
2 parents 90215f1 + a1d8a33 commit 6badf27
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions abilities/aws/0.1.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "aws",
"name": "Amazon Web Services (AWS)",
"versions": {
"package": "0.1.0",
"product": "1.35"
},
"description": "Amazon Web Services (AWS) integration",
"author": {
"name": "Your Name",
"email": "[email protected]",
"url": "http://your-website.com"
},
"maintainer": {
"name": "Sam Johnston",
"email": "[email protected]",
"url": "https://samjohnston.org"
},
"language": "python",
"license": "MIT",
"dependencies": [
{
"type": "python",
"id": "boto3",
"name": "Boto3",
"versions": {
"required": ">=1.35.0"
}
}
]
}

0 comments on commit 6badf27

Please sign in to comment.