ApeWorX / ape-aws

Plugin to interact with AWS for transactions on the Ethereum Blockchain
Apache License 2.0
2 stars 0 forks source link

feat: add aws setup to README #15

Closed johnson2427 closed 2 months ago

johnson2427 commented 2 months ago

What I did

Adding documentation to README for setting up your aws account for boto3

fixes: #14

How I did it

Added docs to README

How to verify it

Follow the steps then run:

ape aws iam list-users

You should receive no WARNING message. (may return nothing if you don't have any users)

Checklist